Type Alias CondStateType

CondStateType:
    | "fullfilled"
    | "else-invisible"
    | "else-disabled"
    | "else-readonly"
    | "else-optional"