POLAR reference
    Preparing search index...

    Interface MoveHandleProperties

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

    Id of the plugin that added the moveHandle.

    closeIcon?: Icon