Chartbreaker
    Preparing search index...

    Interface ElementCreationOptions

    interface ElementCreationOptions {
        customElementRegistry?: CustomElementRegistry | null;
        is?: string;
    }
    Index

    Properties

    customElementRegistry?: CustomElementRegistry | null
    is?: string