TagManager | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/whfsTagManagerClass TagManagerIndexConstructorsconstructor Methodscreate delete get list Constructorsconstructornew TagManager(module: string, name: string): TagManagerParametersmodule: stringname: stringReturns TagManagerMethodscreatecreate(title: string): Promise<Tag>Parameterstitle: stringReturns Promise<Tag>deletedelete(tag: number): Promise<void>Parameterstag: numberReturns Promise<void>getget(title: string, options: { allowMissing: true }): Promise<null | Tag>Parameterstitle: stringoptions: { allowMissing: true }Returns Promise<null | Tag>get(title: string, options?: { allowMissing?: boolean }): Promise<Tag>Parameterstitle: stringOptionaloptions: { allowMissing?: boolean }Returns Promise<Tag>listlist(): Promise<Tag[]>Returns Promise<Tag[]>SettingsMember VisibilityProtectedInheritedThemeOSLightDarkOn This PageConstructorsconstructorMethodscreatedeletegetlistWebHare Platform SDKLoading...