Chartbreaker
    Preparing search index...

    Interface ElementCreationOptions

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

    Properties

    customElementRegistry?: CustomElementRegistry
    is?: string