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

    one parameter of a function signature

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

    Properties

    default?: string
    forced: boolean
    name: string
    required: boolean