Alokai

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

NameRequiredTypeDescription
activeOptionalbooleanIf this object is active {boolean} B2BSelectionData
displayRolesOptionalArray<string>display roles {Array<string>} B2BSelectionData
idOptionalstringThe ID of the selected object {string} B2BSelectionData
normalizedCodeOptionalstringThe normalized code {string} B2BSelectionData
rolesOptionalArray<string>roles {Array<string>} B2BSelectionData
selectedOptionalbooleanIf the this object was selected {boolean} B2BSelectionData

On this page