Skip to main content

Interface: PlaceEntity

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

Place entity with additional fields

Extends

Properties

attributes?

optional attributes?: string[]

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


category

category: "places"

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

Overrides

TagGraphEntity.category


id

id: string

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

Inherited from

TagGraphEntity.id


modernName?

optional modernName?: string

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


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:32