B2BSelectionData
Representation of object selection data B2BSelectionData
export interface B2BSelectionData {
'active'?: boolean;
'displayRoles'?: Array<string>;
'id'?: string;
'normalizedCode'?: string;
'roles'?: Array<string>;
'selected'?: boolean;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
active | Optional | boolean | If this object is active {boolean} B2BSelectionData |
displayRoles | Optional | Array<string> | display roles {Array<string>} B2BSelectionData |
id | Optional | string | The ID of the selected object {string} B2BSelectionData |
normalizedCode | Optional | string | The normalized code {string} B2BSelectionData |
roles | Optional | Array<string> | roles {Array<string>} B2BSelectionData |
selected | Optional | boolean | If the this object was selected {boolean} B2BSelectionData |