Type Alias: HighlightEntitiesData
type HighlightEntitiesData = {
entities: RTID[];
keep_old_selection: boolean;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/HighlightEntitiesCommand.d.ts:5
Type declaration
Name | Type |
---|---|
entities | RTID [] |
keep_old_selection | boolean |