Docs (4.0.0)
ui method

image

Creates a preset UIImage constructor using the provided options.

static

image(preset: ui.PresetType<UIImage>): ViewClass<UIImage>

Parameters

  • preset — The properties, bindings, and event handlers that will be preset on each instance of the resulting class

Return value

A new class that extends UIImage

Related

  • uiAn object with functions for creating UI components and other resources.