Lines Matching refs:cancel
37 | cancel | () => void | 否 | 返回、ESC键和点击遮障层弹窗…
183 cancel: () => void = () => {
197 Button('cancel')
201 this.cancel()
232 cancel: ()=> { this.onCancel() },
237 cancel: this.exitApp,
296 cancel: () => void = () => {
320 cancel: ()=> { this.onCancel() },
323 cancel: this.existApp,
382 cancel: () => void = () => {
406 cancel: ()=> { this.onCancel() },
409 cancel: this.existApp,
486 Button('cancel')
517 cancel: this.exitApp,