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

    Interface SigParameter

    one decoded parameter of a function signature

    interface SigParameter {
        default?: string;
        forced: boolean;
        name: string;
        optional: boolean;
    }
    Index
    default?: string
    forced: boolean
    name: string
    optional: boolean