Documentation

namespace UIfunction

function icon()

Returns an icon reference by name, including custom icons.

function icon(name: string): UIIconResource;

Parameters

Return value

A UIIconResource instance that resolves to the named icon.

Related