UI5 Version Check - v0.2.0
    Preparing search index...

    Type Alias UI5Versions

    List of maintained UI5 versions including all valid patches

    type UI5Versions = {
        patches: Map<string, UI5VersionPatch>;
        versions: Map<string, UI5Version>;
    }
    Index

    Properties

    Properties

    patches: Map<string, UI5VersionPatch>

    Map of UI5 version patches where the key follows the pattern 1.120.1

    versions: Map<string, UI5Version>

    Map of UI5 versions where the key follows the pattern 1.120.*