sesaparcours
    Preparing search index...

    Interface LegacySection

    interface LegacySection {
        default: LegacySectionMainFunction;
        params: LegacySectionParams;
        textes?: Textes;
        upgradeParametres?: (params: ParamsValues) => void;
    }
    Index

    Properties

    textes?: Textes
    upgradeParametres?: (params: ParamsValues) => void