openType | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/whfsopenTypeFunction openTypeopenType<Type extends keyof WHFSTypes>( ns: Type,): WHFSTypeAccessor< WHFSTypes[Type]["GetFormat"], WHFSTypes[Type]["SetFormat"], WHFSTypes[Type]["ExportFormat"],>Type ParametersType extends keyof WHFSTypesParametersns: TypeReturns WHFSTypeAccessor< WHFSTypes[Type]["GetFormat"], WHFSTypes[Type]["SetFormat"], WHFSTypes[Type]["ExportFormat"],>DeprecatedWith WH5.9+ just use whfsType() as this call isn't really opening anything until a method is called openType<GetFormat extends object = Record<string, unknown>>( ns: string,): WHFSTypeAccessor<GetFormat, GetFormat, GetFormat>Type ParametersGetFormat extends object = Record<string, unknown>Parametersns: stringReturns WHFSTypeAccessor<GetFormat, GetFormat, GetFormat>DeprecatedWith WH5.9+ just use whfsType() as this call isn't really opening anything until a method is called SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Deprecated
With WH5.9+ just use whfsType() as this call isn't really opening anything until a method is called