Type alias CreateItemOptionItem Beta

CreateItemOption: { asMember: boolean }

Option values used with ClusterScript.createItem.

Type declaration

  • asMember: boolean

    Generates the item as a member item of an item group.

    If the calling item is not a host item, a ClusterScriptError will be thrown. If the specified world item template has an Item Group Host component, the item will be generated as a host item regardless of the value of asMember.

    For more details on item groups, refer to the documentation.

Generated using TypeDoc