HelpState
HelpState
Current help-topic state published by esp-help-provider.
type HelpState = {
src: string;
anchor?: string | undefined;
open: boolean;
}
HelpState
Current help-topic state published by esp-help-provider.
type HelpState = {
src: string;
anchor?: string | undefined;
open: boolean;
}