The IChildParams interface defines the parameters for creating a child element. It extends the ISize interface and allows specifying an optional payload of type T.
IChildParams
ISize
T
The type of the payload.
Optional
The
IChildParamsinterface defines the parameters for creating a child element. It extends theISizeinterface and allows specifying an optional payload of typeT.