@microsoft/fast-element > FASTGlobal > getById
FASTGlobal.getById() method
Gets a kernel value.
Signature:
getById<T>(id: string | number): T | null;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
string | number |
The id to get the value for. |
Returns:
T | null