File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ export type TabSelectedEvent = {
6565 * @summary Origin (actor) that requested this tab transition.
6666 *
6767 * @description
68- * - `' user' ` — direct native UI interaction (e.g. tab bar tap, iOS tab drag-and-drop).
69- * - `' programmatic-js' ` — JS-initiated request delivered via the `navStateRequest` prop.
70- * - `' implicit' ` — platform side effect not attributable to an explicit actor
68+ * - `user` — direct native UI interaction (e.g. tab bar tap, iOS tab drag-and-drop).
69+ * - `programmatic-js` — JS-initiated request delivered via the `navStateRequest` prop.
70+ * - `implicit` — platform side effect not attributable to an explicit actor
7171 * (e.g. UIKit reshuffling the selection during a horizontal size-class transition on iPad).
7272 * Currently only emitted on iOS.
7373 */
You can’t perform that action at this time.
0 commit comments