## Get an Element `elements.getElement(type: string)` This method looks up a previously created [Element](https://docs.stripe.com/js/element.md) by its type. - `type` The type of [Element](https://docs.stripe.com/js/elements_object/create_element.md) to lookup. ### Example ```title Get an Element ```