SubscribableContainer.has

Check if component exists in container.

class SubscribableContainer
inout
bool
has
(
in string key
)

Parameters

key string

identity of component.

Return Value

Type: bool

bool true if it exists.

Meta