banira
    Preparing search index...

    Interface Parameter

    A single parameter of a method, following the CEM Parameter shape.

    interface Parameter {
        default?: string;
        description?: string;
        name: string;
        optional?: boolean;
        rest?: boolean;
        type?: { text: string };
    }
    Index

    Properties

    default?: string
    description?: string
    name: string
    optional?: boolean
    rest?: boolean
    type?: { text: string }