Represents the data of a slot, which includes the slot's name and an array of display data.

表示插槽的数据,包括插槽名称和显示数据数组。

构造函数

属性

方法

构造函数

属性

displayArr: any[] = []

An array of display data that this slot contains.

此插槽包含的显示数据数组。

name: string

The name of the slot.

插槽的名称。

方法

  • 参数

    • name: string

      The name of the attachment to search for.

    返回 number

    Get the index of the display data by attachment name.

    通过附件名称获取显示数据的位置。