Interface ParameterOptionWithComponentRef

interface ParameterOptionWithComponentRef {
    name: string;
    parameter: string;
    ref: {
        componentId: string;
    };
}

Properties

Properties

name: string
parameter: string
ref: {
    componentId: string;
}