How to use the zero-blocks/main.FilterOptions function in zero-blocks

To help you get started, we’ve selected a few zero-blocks examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github IgniteUI / warehouse-js-blocks / app / board-component / board-component.js View on Github external
get: function () {
            var fo = new main_1.FilterOptions();
            fo.key = "number";
            fo.inputValue = this.search_val;
            return fo;
        },
        enumerable: true,