Gets the frame with the specified name.

<void> FrameCollection.getItemByName(<RequestFrameBaseCallback> callback, [<ErrorCallback> errorCallback], <string> name)

Parameters

Parameter Description
callback Receives the requested frame or null if no frame with the specified name exists.
errorCallback Optional. Is called when the operation failed with an error.
name The frame's name.