354 B

PROTOCOL

Widget

A widget is a view that know about its GTUI widget.

Methods

container(modifiers:)

The view storage.

  • Parameter modifiers: Modify views before being updated.

update(_:modifiers:)

Update the stored content.

  • Parameters:
    • storage: The storage to update.
    • modifiers: Modify views before being updated