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

Latest commit

 

History

History
18 lines (10 loc) · 529 Bytes

File metadata and controls

18 lines (10 loc) · 529 Bytes

Home > @datashaper/app-framework > useApplicationSettingsValue

useApplicationSettingsValue() function

Return a read-only copy of the application settings. Note that settings are managed in the centralized settings panel.

Signature:

export declare function useApplicationSettingsValue(): unknown;

Returns:

unknown