Perseus
    Preparing search index...

    A background image applied to various widgets.

    type PerseusImageBackground = {
        bottom?: number;
        height?: number;
        left?: number;
        scale?: number;
        top?: number;
        url?: string | null;
        width?: number;
    }
    Index

    Properties

    bottom?: number

    The bottom offset of the image

    height?: number

    The height of the image

    left?: number

    The left offset of the image

    scale?: number

    The scale of the image

    top?: number

    The top offset of the image

    url?: string | null

    The URL of the image

    width?: number

    The width of the image