Selva Compute API Reference - v3.0.1
    Preparing search index...

    Interface ElementCreationOptions

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

    Properties

    customElementRegistry?: CustomElementRegistry | null
    is?: string