@valon-technologies/gestalt
    Preparing search index...

    Interface ConnectionParamDefinition

    Metadata for a single connection parameter exposed by a provider.

    interface ConnectionParamDefinition {
        required?: boolean;
        description?: string;
        defaultValue?: string;
        from?: string;
        field?: string;
    }
    Index

    Properties

    required?: boolean
    description?: string
    defaultValue?: string
    from?: string
    field?: string