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

    Represents the state of display UI elements including focus and tooltips.

    interface DisplayState {
        focus: Focus | null;
        tooltip: TooltipState;
    }
    Index

    Properties

    Properties

    focus: Focus | null
    tooltip: TooltipState