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

    Interface RichTextTemplateBlockEvent

    Event payload describing a template block instance in the editor.

    interface RichTextTemplateBlockEvent {
        attributes: Readonly<Record<string, string>>;
        name: string;
    }
    Index

    Properties

    Properties

    attributes: Readonly<Record<string, string>>

    Current XML attribute map for the block instance.

    name: string

    XML block name.