TagPayload

typealias TagPayload<P> = Triple<String?, String?, P>

This specialized payload alias should express the common needed parameters when the Effect render some Tag, so it uses a Triple to group a String for the classes, a String for the Tag's id and the unspecific payload P itself.

Always use this special payload type, if the Hook creates some Tag!

See also