@dialstack/sdk-dev / react/src / useAppearance
Function: useAppearance()
TypeScript
function useAppearance(dialstack):
| AppearanceOptions
| undefined;
Defined in: sdk/react/src/react/useAppearance.ts:18
Returns the current AppearanceOptions for the given instance and re-runs
the host component whenever dialstack.update() changes appearance.
Parameters
dialstack
Returns
| AppearanceOptions
| undefined