An event for retrieving selection ids in models.

interface SelectionEventDetail {
    count: number;
    origin: any;
}

Properties

Properties

count: number
origin: any