interface Background {
    name?: string;
    type: "background";
    url?: string;
}

Properties

Properties

name?: string

load from assets by name

type: "background"
url?: string

load by url

Generated using TypeDoc