Hiyve Components - v1.0.0
    Preparing search index...

    Interface ObjectActionMenuProps

    Object action menu props

    interface ObjectActionMenuProps {
        addinMenuItems?: ContextMenuItem[];
        colors?: Partial<WhiteboardColors>;
        icons?: Partial<WhiteboardIcons>;
        labels?: Partial<WhiteboardLabels>;
        onBringToFront: () => void;
        onClose: () => void;
        onDelete: () => void;
        onDuplicate: () => void;
        onSendToBack: () => void;
        open: boolean;
        position: Position | null;
    }
    Index

    Properties

    addinMenuItems?: ContextMenuItem[]

    Additional menu items from add-ins

    colors?: Partial<WhiteboardColors>
    icons?: Partial<WhiteboardIcons>
    labels?: Partial<WhiteboardLabels>
    onBringToFront: () => void

    Bring to front

    onClose: () => void

    Callback when menu closes

    onDelete: () => void

    Delete selected objects

    onDuplicate: () => void

    Duplicate selected objects

    onSendToBack: () => void

    Send to back

    open: boolean

    Whether the menu is open

    position: Position | null

    Position to display the menu