@eagleoutice/flowr - v2.13.14
    Preparing search index...

    one parameter of a function signature

    interface SignatureParameterView {
        default?: string;
        forced: boolean;
        name: string;
        required: boolean;
    }
    Index
    default?: string
    forced: boolean
    name: string
    required: boolean