TemplateHubEntryWithStatus
Catalog entry annotated with per-user install status. updateAvailable
is pre-computed server-side so the UI doesn’t need to parse versions.
Extends
Section titled “Extends”Properties
Section titled “Properties”approvalState?
Section titled “approvalState?”
optionalapprovalState?:TemplateApprovalState|null
Review state for Hub-published entries; null for curated/seed ones.
Inherited from
Section titled “Inherited from”TemplateHubEntry.approvalState
author
Section titled “author”author:
string
Inherited from
Section titled “Inherited from”category
Section titled “category”category:
string
Inherited from
Section titled “Inherited from”compliance
Section titled “compliance”compliance:
TemplateCompliance
Inherited from
Section titled “Inherited from”description
Section titled “description”description:
string
Inherited from
Section titled “Inherited from”edgeCount
Section titled “edgeCount”edgeCount:
number
Inherited from
Section titled “Inherited from”installedAs?
Section titled “installedAs?”
optionalinstalledAs?:HubInstalledStatus|null
name:
string
Inherited from
Section titled “Inherited from”nodeCount
Section titled “nodeCount”nodeCount:
number
Inherited from
Section titled “Inherited from”origin
Section titled “origin”origin:
CatalogOrigin
Inherited from
Section titled “Inherited from”preview?
Section titled “preview?”
optionalpreview?:TemplatePreviewSketch|null
Null when the graph is too large to sketch.
Inherited from
Section titled “Inherited from”publisher?
Section titled “publisher?”
optionalpublisher?:string|null
Inherited from
Section titled “Inherited from”slug:
string
Inherited from
Section titled “Inherited from”tags:
string[]
Inherited from
Section titled “Inherited from”updateAvailable
Section titled “updateAvailable”updateAvailable:
boolean
updatedAt?
Section titled “updatedAt?”
optionalupdatedAt?:string|null
ISO 8601 publish time; null for curated/seed entries.
Inherited from
Section titled “Inherited from”version
Section titled “version”version:
string
Catalog version, dotted-int triple. Compared server-side against the installed copy’s stored version to compute update availability.
Inherited from
Section titled “Inherited from”versionHistory
Section titled “versionHistory”versionHistory:
TemplateVersionInfo[]
Newest first; empty for entries without recorded history.