Interface FixedPluginInputValuesInConsolidatedContextResponse

interface FixedPluginInputValuesInConsolidatedContextResponse {
    addQuestion?: string;
    condition?: FixedInputConditionResponse;
    connectionInterfaceType?: string;
    default?: any;
    externalItems?: ExternalItemsResponse;
    help?: string;
    input?: FixedInputValuesContextResponse;
    inputEnv: boolean;
    inputs: FixedInputValuesContextResponse[];
    isGlobal?: boolean;
    items?: string[];
    itemsValues?: string[];
    label: string;
    name: string;
    pattern?: string;
    required?: boolean;
    type: InputType;
    valuesByEnv: ValueByEnvWorkspaceResponse[];
}

Hierarchy

Properties

addQuestion?: string
connectionInterfaceType?: string
default?: any
externalItems?: ExternalItemsResponse
help?: string
inputEnv: boolean
isGlobal?: boolean
items?: string[]
itemsValues?: string[]
label: string
name: string
pattern?: string
required?: boolean
type: InputType