sesaparcours
    Preparing search index...

    Interface SectionParameterTypes

    Les types (js) pour chaque type de paramètre

    interface SectionParameterTypes {
        boolean: boolean;
        integer: number;
        number: number;
        string: string;
    }
    Index

    Properties

    boolean: boolean
    integer: number
    number: number
    string: string