Contents

subscript(_:)

Returns the element that the key specifies.

Declaration

subscript(key: String) -> (any GCPhysicalInputElement)? { get }

Parameters

  • key:

    A key that identifies an element.

Return Value

The element that matches the key.

See Also

Accessing elements