Member Junction
    Preparing search index...

    Event emitted when a panel is dropped onto another panel for reordering.

    interface PanelDropEvent {
        SourceSectionKey: string;
        TargetSectionKey: string;
    }
    Index

    Properties

    SourceSectionKey: string
    TargetSectionKey: string