Skip to content

Home > @unseenco/backstage-threejs > ExcludeConfig

ExcludeConfig type

Category map of transform, material, and uniform paths to exclude from auto-add helpers.

Signature:

typescript
export type ExcludeConfig = {
    transform?: readonly string[];
    material?: readonly string[];
    uniforms?: readonly string[];
};