Cluster Creator Kit Script Reference
    Preparing search index...

    Type Alias CreateItemOptionItem Beta

    Option values used with ClusterScript.createItem.

    type CreateItemOption = {
        asMember: boolean;
    }
    Index

    Properties

    Properties

    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.