Interface ViewManagerOptions

interface ViewManagerOptions {
    autoElementType?: AutoViewElementType;
    maxViews?: number;
}

Properties

autoElementType?: AutoViewElementType
maxViews?: number