- Preparing search index...
- The search index is not available
TESSA Web API
Methods
canUseTagAsync
- canUseTagAsync(tagId: string): Promise<boolean>
-
Returns Promise<boolean>
deleteTag
- deleteTag(cardId: string, tagId: string): Promise<ValidationResult>
-
Parameters
-
cardId: string
-
tagId: string
getTags
- getTags(cardId: string): Promise<TagInfo[]>
-
Returns Promise<TagInfo[]>
storeTags
- storeTags(tags: Tag[], tokenInfo: null | IStorage<unknown>): Promise<ValidationResult>
-
Define if the user can use the tag.
Returns
true, if the user can use the tag, otherwisefalse.