Gets the frame with the specified name.
<void> FrameCollection.getItemByName(<RequestFrameBaseCallback> callback, [<ErrorCallback> errorCallback], <string> name)| Parameter | Description |
|---|---|
| callback | Receives the requested frame or null if no frame with the specified name exists. |
| error |
Optional. Is called when the operation failed with an error. |
| name | The frame's name. |