Interface IBindCommand

Object control interface.

interface IBindCommand {
    bind: MetaView;
    output: MetaView;
    outputOptions: object;
    valid: MetaView;
    execute(): any;
}

Properties

bind: MetaView

Bind MetaView

output: MetaView

Dynamic added

outputOptions: object

Output Characteristics 0: exclude, 1: view overload, 2: only data that exists, 3: only data that exists

valid: MetaView

MetaView for inspection

Methods