Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TemplateConfig

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:template_config"
links: { fx:store: Backend.Rels.Store; fx:template_sets: TemplateSets; self: TemplateConfig }

Type declaration

props: { date_created: null | string; date_modified: null | string; description: string; json: string }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • description: string

    The description of your template config.

  • json: string

    This is the template configuration settings for your store.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc