Member Junction
    Preparing search index...

    Event emitted when requesting to open an entity record. Set cancel = true in your handler to prevent default behavior.

    interface OpenEntityRecordEvent {
        cancel?: boolean;
        entity: EntityInfo;
        EntityName: string;
        RecordID: string;
    }
    Index

    Properties

    cancel?: boolean

    Set to true to cancel default behavior. Default behavior: none (just emits the event). Container is expected to handle navigation.

    entity: EntityInfo

    The EntityInfo being opened

    EntityName: string

    Entity name for the record

    RecordID: string

    Record ID to open