Skip to main content

Type Alias: KioskItem

type KioskItem = object;

A dynamic field Item { ID } attached to the Kiosk. Holds an Item T. The type of the item is known upfront.

Properties

objectId

objectId: string;

The ID of the Item


type

type: string;

The type of the Item


isLocked

isLocked: boolean;

Whether the item is Locked (there must be a Lock Dynamic Field)


listing?

optional listing: KioskListing;

Optional listing


kioskId

kioskId: string;

The ID of the kiosk the item is placed in


data?

optional data: IotaObjectData;

Optional Kiosk Data