Loose form of Shader Settings

interface SettingsLoose {
    type?: typeof Lightning.types.Shader;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

type?: typeof Lightning.types.Shader