g3-toolkit API Reference
Preparing search index...
core/src
ProjectionStepConfig
Interface ProjectionStepConfig
interface
ProjectionStepConfig
{
enabled
:
boolean
;
name
:
string
;
transform
:
ProjectionStep
;
}
Index
Properties
enabled
name
transform
Properties
enabled
enabled
:
boolean
Whether this step is currently enabled.
name
name
:
string
Human-readable name for the step.
transform
transform
:
ProjectionStep
The transform function.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
enabled
name
transform
g3-toolkit API Reference
Loading...
Whether this step is currently enabled.