Viewer
    Preparing search index...

    Interface IAnchorDataText

    interface IAnchorDataText {
        color: Color;
        text: string;
        hidden?: boolean;
        position?: { horizontal?: string; vertical?: string };
        textAlign?: string;
    }
    Index

    Properties

    color: Color
    text: string
    hidden?: boolean
    position?: { horizontal?: string; vertical?: string }
    textAlign?: string