- Preparing search index...
- The search index is not available
TESSA Web API
Constructors
constructor
- new TagsForCard(storage?: IStorage<unknown>): TagsForCard
-
Properties
tags
Methods
getStorage
- getStorage(): IStorage<unknown>
-
Returns IStorage<unknown>
Static pack
- pack(tagsForCard: TagsForCard, storage: IStorage<unknown>): void
-
Returns void
Static tryUnpack
- tryUnpack(storage: undefined | null | IStorage<unknown>): null | TagsForCard
-
Parameters
-
storage: undefined | null | IStorage<unknown>