Interface InputBackgroundLocal

Contains information about background to set. Subtype of InputBackground.

interface InputBackgroundLocal {
    @type: "inputBackgroundLocal";
    background: InputFile;
}

Properties

Properties

@type: "inputBackgroundLocal"
background: InputFile

Background file to use. Only inputFileLocal and inputFileGenerated are supported. The file must be in JPEG format for wallpapers and in PNG format for patterns.