Class AuRemove


  • public class AuRemove
    extends AuResponse
    A response to remove the specified component at the client.

    data[0]: the uuid of the component being removed

    Since:
    3.0.0
    Author:
    tomyeh
    • Constructor Detail

      • AuRemove

        public AuRemove​(Page page)
      • AuRemove

        public AuRemove​(java.lang.String uuid)
        Removes a component by its UUID. This constructor is used only if a component's UUID is changed.