Interface CreateAllOptions<T>

interface CreateAllOptions<T> {
    onError: OnErrorCallback<T>;
    scope: Element | Document;
}

Type Parameters

Properties

Properties

onError: OnErrorCallback<T>

callback function if error throw by component on init

scope: Element | Document

scope of the document to search within