Type Alias Template

Template: {
    attributeModifiers?: Record<AttributeKey, AttributeModifier[]>;
    id: string;
    labels?: { saveLabelTranslationId?: string };
    layout: TemplateLayout;
    parentTemplateId?: string;
    preferredElementHashes?: string[];
    schemaId?: string;
    template?: string;
}

Element Template config

Type declaration

  • OptionalattributeModifiers?: Record<AttributeKey, AttributeModifier[]>
  • id: string
  • Optionallabels?: { saveLabelTranslationId?: string }
  • layout: TemplateLayout
  • OptionalparentTemplateId?: string
  • OptionalpreferredElementHashes?: string[]
  • OptionalschemaId?: string
  • Optionaltemplate?: string