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

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

Generated using TypeDoc