@xo-cash/types
    Preparing search index...

    Type Alias XOTemplateConstant

    XOTemplateConstant: XOTemplateViewProperties & {
        hint?: string;
        type: XOTemplatePrimitiveType;
        value: unknown;
    }

    A constant value definition in the template.

    Type Declaration

    • Optionalhint?: string

      An optional hint to help apps and users understand what this constant represents.

    • type: XOTemplatePrimitiveType

      The data type of this constant.

    • value: unknown

      The value of this constant.