Interface ValueListParameter

interface ValueListParameter {
    localDataProperty: string;
    type: ValueListParameterType;
    valueListProperty: string;
}

Properties

localDataProperty: string
valueListProperty: string

Generated using TypeDoc