- Preparing search index...
- The search index is not available
Scute
- updateProps<T>(component, props): void
-
Type Parameters
-
T extends {
connectedCallback: (() => void);
disconnectedCallback: (() => void);
props: {};
propsChangedCallback: (() => void);
} & HTMLElement
Parameters
-
component: T
-
props: Partial<T["props"]>
Returns void