Interface ProcessBindingsRequest

interface ProcessBindingsRequest {
    bindings: DataBinding[];
}

Properties

Properties

bindings: DataBinding[]