POLAR reference
    Preparing search index...

    Interface MoveHandleProperties

    interface MoveHandleProperties {
        closeFunction: (...args: unknown[]) => unknown;
        closeLabel: string;
        component: Component;
        plugin: string;
        closeIcon?: string;
    }
    Index

    Properties

    closeFunction: (...args: unknown[]) => unknown
    closeLabel: string
    component: Component
    plugin: string

    Id of the plugin that added the moveHandle.

    closeIcon?: string