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