Documentation - v19.2.0-dev
    Preparing search index...
    interface InfoBoxWidgetContext {
        isLocked: boolean;
        setIsLocked: (value: boolean) => void;
        tabs: InfoboxWidgetTab[];
        uuid: string;
    }
    Index

    Properties

    isLocked: boolean
    setIsLocked: (value: boolean) => void
    uuid: string