logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Enum UiComponentValueType

    Enumeration representing different UI component value types.

    Namespace: Serenity.Ui.Domain.Types
    Assembly: Serenity.Ui.Domain.dll
    Syntax
    public enum UiComponentValueType

    Fields

    Name Description
    ACTION

    Action value type (runs an action on submit; an empty action is the no-op default).

    BOOL

    Boolean value type.

    FLOAT

    Float value type.

    INT

    Integer value type.

    SELECTABLE

    Selectable value type.

    STRING

    String value type.

    TRANSITION

    Transition value type (navigates to a view/menu on submit).

    In this article
    © 2026 Serenity. All Rights Reserved