Interface EntityBaseOptions

interface EntityBaseOptions {
    app?: App;
    parent?: EntityBase;
}

Hierarchy (view full)

Properties

Properties

app?: App
parent?: EntityBase