@witchcraft/editor
    Preparing search index...
    interface IframeSourceParser {
        cleanUrl: (url: string) => string;
        defaultAttributes: DefaultAttributes;
        defaultQueryParams: Record<string, any>;
        matchUrl?: RegExp;
        parseAttributes: (element: HTMLElement) => false | Record<string, any>;
    }

    Implemented by

    Index

    Properties

    cleanUrl: (url: string) => string
    defaultAttributes: DefaultAttributes
    defaultQueryParams: Record<string, any>
    matchUrl?: RegExp
    parseAttributes: (element: HTMLElement) => false | Record<string, any>