Interface ConstInput

interface ConstInput {
    getValue(context): any;
}

Methods

Methods