@nextcloud/dialogs
    Preparing search index...

    Type Alias BackgroundPositionY<TLength>

    BackgroundPositionY:
        | Globals
        | TLength
        | "bottom"
        | "center"
        | "top"
        | "y-end"
        | "y-start"
        | string & {}

    Type Parameters

    • TLength = string & {} | 0