CCC Docs
    Preparing search index...
    interface TextItem {
        name: string;
        value: TraitValue;
        parsedStyle: StyleConfiguration;
        template: string;
        text: string;
        style: TextStyle;
    }
    Index

    Properties

    name: string
    value: TraitValue
    parsedStyle: StyleConfiguration
    template: string
    text: string
    style: TextStyle