InterfaceInstanceIcon

interface InstanceIcon {
    size: string;
    src: string;
}

Properties

Properties

size: string

The size of this icon.

src: string

The URL of this icon.