MAIDR Documentation - v3.58.2
    Preparing search index...

    Represents the state of a tooltip UI element.

    interface TooltipState {
        visible: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    visible: boolean
    value: string