Interface CreateRuntimeOptions

interface CreateRuntimeOptions {
    element: DocumentFragment | Element;
    initialValues?: any;
    parent?: RuntimeContext;
    setup?: Function;
    shadowDom?: string | ShadowRootInit;
    template?: string | HTMLTemplateElement;
}

Properties

initialValues?: any
setup?: Function
shadowDom?: string | ShadowRootInit
template?: string | HTMLTemplateElement