Skip to main content

Interface: ThemeEntity

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:50

Theme entity with additional fields

Extends

Properties

attributes?

optional attributes?: string[]

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:54


category

category: "themes"

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:51

Overrides

TagGraphEntity.category


id

id: string

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:11

Inherited from

TagGraphEntity.id


name

name: string

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:12

Inherited from

TagGraphEntity.name


notes?

optional notes?: string

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:14

Inherited from

TagGraphEntity.notes


parentId?

optional parentId?: string

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:52


traditions?

optional traditions?: string[]

Defined in: Data/Models/TagGraph/TagGraphEntity.ts:53