skia
    Preparing search index...

    Interface TextValue

    Text property value.

    interface TextValue {
        size: number;
        text: string;
    }
    Index

    Properties

    Properties

    size: number

    Font size.

    text: string

    The text string payload.