skia
    Preparing search index...

    Interface TextProperty

    Named text property.

    interface TextProperty {
        key: string;
        value: TextValue;
    }
    Index

    Properties

    Properties

    key: string

    Property identifier, usually the node name.

    value: TextValue

    Property value.