Wagtail client-side components
    Preparing search index...

    Variable hideTooltipOnEscConst

    hideTooltipOnEsc: {
        defaultValue: boolean;
        name: string;
        fn(__namedParameters: Instance): { onHide(): void; onShow(): void };
    } = ...

    Hides tooltip when escape key is pressed.

    Type declaration

    • defaultValue: boolean
    • name: string
    • fn: function
      • Parameters

        • __namedParameters: Instance

        Returns { onHide(): void; onShow(): void }