Skip to main content

@mapgear/geoapps > Block > Get

Block.Get() method

Gets a setting by the specified key

Signature:
Get(key: string): string | boolean | undefined;

Parameters

ParameterTypeDescription
keystringThe key of the requested setting
Returns:

string | boolean | undefined

The value of the setting