@companion-module/base
    Preparing search index...

    Variable INTERNAL_PRESET_MIN_API_VERSIONConst

    INTERNAL_PRESET_MIN_API_VERSION: Record<
        | keyof CompanionInternalActionSchemas
        | keyof CompanionInternalFeedbackSchemas
        | InternalPresetBuildingBlockId,
        string,
    > = ...

    The minimum module api version required to use each internal preset action/feedback id.

    The host uses this to drop (with a warning) any internal preset entry that a module is too old to be allowed to use. This lets the catalog above grow over future api versions without ever letting an older module emit an id it predates.