JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface ElementCreationOptions

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