Home > @unseenco/backstage-threejs > AutoAddCameraExcludeConfig
AutoAddCameraExcludeConfig type
Per-category keys excluded when auto-adding a camera.
Signature:
typescript
export type AutoAddCameraExcludeConfig = {
transform?: readonly string[];
camera?: readonly string[];
};