Type Alias AutomationConnectionParamObject

type AutomationConnectionParamObject = {
    documentation?: string;
    exampleValue?: string;
    fieldType?: string;
    id?: string;
    isOptional?: boolean;
    meta?: unknown[];
    name?: string;
    order?: number;
    paramOptions?: automationConnections.AutomationConnectionParamOptionObject[];
    value?: string;
}
Index

Properties

documentation?: string

The documentation of the automation connection parameter.

exampleValue?: string
fieldType?: string
id?: string
isOptional?: boolean
meta?: unknown[]
name?: string
order?: number
value?: string