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.
Returns the element that the key specifies.
subscript(key: String) -> (any GCPhysicalInputElement)? { get }A key that identifies an element.
The element that matches the key.