vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CommandActionParam

    interface CommandActionParam {
        defaultValue?: string;
        description?: string;
        name: string;
        required?: boolean;
        type: string;
    }
    Index

    Properties

    defaultValue?: string
    description?: string
    name: string
    required?: boolean
    type: string