Member Junction
    Preparing search index...

    Event emitted when a row is clicked in the list detail grid

    interface ListGridRowClickedEvent {
        compositeKey: CompositeKey;
        entityId: string;
        entityName: string;
        record: Record<string, unknown>;
    }
    Index

    Properties

    compositeKey: CompositeKey
    entityId: string
    entityName: string
    record: Record<string, unknown>