Interface IBaseBindModel

Object control interface.

interface IBaseBindModel {
    command: PropertyCollection;
    fn: PropertyCollection;
    items: PropertyCollection;
    preCheck: ((model: BaseBindModel) => boolean);
    preReady: ((model: BaseBindModel) => void);
    preRegister: ((model: BaseBindModel) => void);
}

Hierarchy (view full)

Properties

Binding command

Bind model function (internal function + exposure function)

items

preCheck: ((model: BaseBindModel) => boolean)

Inspection preCheck at Initialization

preReady: ((model: BaseBindModel) => void)

Ready ready to initialize

preRegister: ((model: BaseBindModel) => void)

Register at initialization