command(cmd: string, args?: Record<string, unknown>, opts?: zk.EventOptions, timeout?: number): this {
        var wgt = this.$view;
        if (opts) {
            if (opts.duplicateIgnore)
                _fixCommandName('onBindCommand$', cmd, opts, 'duplicateIgnore');