ASP.NET MVC Controls | ComponentOne
In This Topic
    ICommand Interface
    In This Topic
    File
    wijmo.input.js
    Module
    wijmo.input

    Interface implemented by command objects.

    For details, please see the command property.

    Methods

    Methods

    executeCommand

    executeCommand(parameter: any): void
    

    Executes the command with a given parameter.

    The parameter passed to the command is defined by the value of the commandParameterPath property of the current item. If the commandParameterPath property is not specified, the parameter passed is the item itself.

    Parameters
    • parameter: any
    Returns
    void