Skip to content

TemplateHubEntry

One browsable entry in the Template Hub catalog. Metadata only - the embedded graph is resolved at install time. Mirrors the Rust flow_application::template_hub::TemplateHubEntry.

optional approvalState?: TemplateApprovalState | null

Review state for Hub-published entries; null for curated/seed ones.


author: string


category: string


compliance: TemplateCompliance


description: string


edgeCount: number


name: string


nodeCount: number


origin: CatalogOrigin


optional preview?: TemplatePreviewSketch | null

Null when the graph is too large to sketch.


optional publisher?: string | null


slug: string


tags: string[]


optional updatedAt?: string | null

ISO 8601 publish time; null for curated/seed entries.


version: string

Catalog version, dotted-int triple. Compared server-side against the installed copy’s stored version to compute update availability.


versionHistory: TemplateVersionInfo[]

Newest first; empty for entries without recorded history.