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

    one decoded parameter of a function signature

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

    Properties

    default?: string
    forced: boolean
    name: string
    optional: boolean