Member Junction
    Preparing search index...

    Event emitted when an entity is selected in the ERD. Set cancel = true in your handler to prevent default behavior.

    interface EntitySelectedEvent {
        cancel?: boolean;
        entity: EntityInfo;
        node: ERDNode;
    }
    Index

    Properties

    Properties

    cancel?: boolean

    Set to true to cancel default behavior. Default behavior: updates internal selection state.

    entity: EntityInfo

    The selected EntityInfo

    node: ERDNode

    The corresponding ERD node