Class TJSIconButton
Hierarchy
- SvelteComponent<TJSIconButton.Props, TJSIconButton.Events, TJSIconButton.Slots>
- TJSIconButton (View Summary)
Indexable
- [prop: string]: any
Index
Constructors
Methods
Constructors
constructor
- new TJSIconButton(
options: ComponentConstructorOptions<TJSIconButton.Props>,
): TJSIconButton Parameters
- options: ComponentConstructorOptions<TJSIconButton.Props>
Returns TJSIconButton
Methods
$destroy
$on
- $on<K extends string>(
type: K,
callback: (e: TJSIconButton.Events[K]) => void,
): () => void Type Parameters
Parameters
- type: K
- callback: (e: TJSIconButton.Events[K]) => void
Returns () => void
$set
- $set(props: Partial<TJSIconButton.Props>): void
Parameters
- props: Partial<TJSIconButton.Props>
Returns void
CSS Variables