typedKeys | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/stdtypedKeysFunction typedKeystypedKeys<T extends object>(obj: T): (keyof T & string)[]Returns an array of keys of the enumerable own properties of an object, with exact types. Use when no extra properties are expected on the object. Exists because Object.keys returns always string as key type. Type ParametersT extends objectParametersobj: TObject that contains the properties and methods Returns (keyof T & string)[]SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Returns an array of keys of the enumerable own properties of an object, with exact types. Use when no extra properties are expected on the object. Exists because Object.keys returns always string as key type.