A reference to a specific strike mode on an item: { itemId, smId }.

interface StrikeModeRef {
    itemId: string;
    smId: string;
}

Properties

Properties

itemId: string

Id of the item carrying the strike mode.

smId: string

Id of the strike mode on that item.