Instance Property インスタンスプロパティ

symbols

A view that provides child views that you can use in the drawing callback.

Declaration 宣言

var symbols: Symbols

Discussion 議論

Uniquely tag each child view using the tag(_:) modifier, so that you can find them from within your renderer using the resolveSymbol(id:) method.