Class TJSSlotLabelUtil
Index
Constructors
Methods
Constructors
constructor
- new TJSSlotLabelUtil(): TJSSlotLabelUtil
Returns TJSSlotLabelUtil
Methods
Static
isValid
- isValid(label: any): label is string | TJSSvelteConfig
Test if the given label is valid data / prop for the TJSSlotLabel component.
Parameters
- label: any
Returns label is string | TJSSvelteConfig
Provides a helper utility to verify if a label prop is valid for the TJSSlotLabel component.