Additional types to pass to an Element

interface TypeConfigLoose {
    EventMapType: Lightning.Component.EventMap;
    SignalMapType: Lightning.Component.SignalMap;
    TextureType: Lightning.Texture;
    [s: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [s: string]: any

Properties

TextureType: Lightning.Texture