@witchcraft/editor
    Preparing search index...

    Interface IframeNodeOptions

    interface IframeNodeOptions {
        handlers: Record<string, IframeSourceParser>;
        HTMLAttributes: Record<string, any>;
    }

    Hierarchy (View Summary)

    Index
    handlers: Record<string, IframeSourceParser>
    HTMLAttributes: Record<string, any>