Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 594 Bytes

File metadata and controls

24 lines (14 loc) · 594 Bytes

Home > @datashaper/app-framework > AppServices > requestHelp

AppServices.requestHelp() method

Set the current context-sensitive help key, which the user can see if the global help pane is open.

Signature:

requestHelp(key: string): void;

Parameters

Parameter Type Description
key string

Returns:

void