File

src/modules/minimap/components/item-properties.intf.ts

Description

Represents the properties of an item inside the Stark Minimap component.

Index

Properties

Properties

label
label: string
Type : string
Optional

The label of the item (optional). If not provided, then the name of the item will be used.

name
name: string
Type : string

The name of the item

export interface StarkMinimapItemProperties {
	/**
	 * The name of the item
	 */
	name: string;

	/**
	 * The label of the item (optional). If not provided, then the name of the item will be used.
	 */
	label?: string;
}

results matching ""

    No results matching ""