interface View {
    executeView(...args): Promise<any>;
}

Implemented by

Methods

Methods

Generated using TypeDoc