Function bundlePropertyEntry

  • Utility function to add a property entry change to a bundler without reconstructing the property.

    Parameters

    • bundler: Bundler

      required bundler to add this change to

    • propertyMuid: Muid

      the Muid of the property to add this entry to

    • containerMuid: Muid

      the Muid of the container this value is describing

    • Optionalvalue: Value

      the property value associated with the container. If omitted, the property is deleted.

    Returns Muid