Member Junction
    Preparing search index...

    Emitted when the selection state changes

    interface FlowSelectionChangedEvent {
        SelectedConnectionIDs: string[];
        SelectedNodeIDs: string[];
    }
    Index

    Properties

    SelectedConnectionIDs: string[]
    SelectedNodeIDs: string[]