Appearance
crelte / / getGlobal
function getGlobal<T>(name): Readable<T> | null;
returns a store which contains a globalSet
This only works during component initialisation.
T = any
T
any
string
Readable<T> | null
Readable
null