@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Type Alias RichTextTemplateBlockAttributeDefinition

    RichTextTemplateBlockAttributeDefinition: Omit<
        PropertyFieldDefinition<Record<string, unknown>>,
        "type",
    > & { type?: RichTextTemplateBlockAttributeType }

    Property-sheet metadata for an editable XML template block attribute.

    Type Declaration