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

    Type Alias XOTemplateViewProperties

    Human-readable display properties shared by most template elements.

    type XOTemplateViewProperties = {
        description: string;
        icon?: string;
        name: string;
    }
    Index

    Properties

    description: string

    A human-readable explanation of what this element does and when it is relevant.

    icon?: string

    An optional icon identifier.

    name: string

    A short human-readable label for this element.