Class TJSSlotLabelUtil
Index
Constructors
Methods
Constructors
constructor
Returns TJSSlotLabelUtil
Methods
StaticisValid
- isValid(
label: any,
): label is
| string
| Embed<SvelteComponent<any, any, any>, { PropsOmit: never }>Test if the given label is valid data / prop for the TJSSlotLabel component.
Parameters
- label: any
Returns label is string | Embed<SvelteComponent<any, any, any>, { PropsOmit: never }>
Provides a helper utility to verify if a label prop is valid for the TJSSlotLabel component.