Interface ElementInstanceSelector

interface ElementInstanceSelector {
    id?: string;
    autoCreate?: boolean;
    instanceKey?: string;
    userId?: string;
    parentKey?: string;
    parentId?: string;
}

Hierarchy (view full)

Properties

id?: string
autoCreate?: boolean
instanceKey?: string
userId?: string
parentKey?: string
parentId?: string