Skip to main content

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

Properties

entities

entities: RTID[];

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/HighlightEntitiesCommand.d.ts:6


keep_old_selection

keep_old_selection: boolean;

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/HighlightEntitiesCommand.d.ts:7