Variable SelectionSchemaConst
SelectionSchema: ZodObject<{
components: ZodArray<ZodObject<({ uuid: ZodString; ifcGuid: ZodOptional<ZodString>; originatingSystem: ZodOptional<ZodString>; authoringToolId: ZodOptional<ZodString>; }), "strip", ZodTypeAny, ({ uuid: string; ifcGuid?: string | undefined; originatingSystem?: string | undefined; authoringToolId?: string | undefined; }), ({ uuid: string; ifcGuid?: string | undefined; originatingSystem?: string | undefined; authoringToolId?: string | undefined; })>, "many">;
uuid: ZodString;
}, "strip", ZodTypeAny, {
components: ({ uuid: string; ifcGuid?: string | undefined; originatingSystem?: string | undefined; authoringToolId?: string | undefined; })[];
uuid: string;
}, {
components: ({ uuid: string; ifcGuid?: string | undefined; originatingSystem?: string | undefined; authoringToolId?: string | undefined; })[];
uuid: string;
}> = ...
Type declaration
-
components: ZodArray<ZodObject<({ uuid: ZodString; ifcGuid: ZodOptional<ZodString>; originatingSystem: ZodOptional<ZodString>; authoringToolId: ZodOptional<ZodString>; }), "strip", ZodTypeAny, ({ uuid: string; ifcGuid?: string | undefined; originatingSystem?: string | undefined; authoringToolId?: string | undefined; }), ({ uuid: string; ifcGuid?: string | undefined; originatingSystem?: string | undefined; authoringToolId?: string | undefined; })>, "many">
-
uuid: ZodString
Type declaration
-
components: ({ uuid: string; ifcGuid?: string | undefined; originatingSystem?: string | undefined; authoringToolId?: string | undefined; })[]
-
uuid: string
Type declaration
-
components: ({ uuid: string; ifcGuid?: string | undefined; originatingSystem?: string | undefined; authoringToolId?: string | undefined; })[]
-
uuid: string
The
Selection
element lists all components that should be selected (highlighted) when displaying a viewpoint.