# LayoutTreeParser

## parse

`parse(api: any): LayoutNode`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/commands/LayoutTreeParser.ts#L10)

---

## _topTabs

`_topTabs(api: any): LayoutNode`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/commands/LayoutTreeParser.ts#L27)

---

## _sideMenu

`_sideMenu(api: any): LayoutNode`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/commands/LayoutTreeParser.ts#L36)

---

## _sideMenuChildren

`_sideMenuChildren(api: any): LayoutNode[]`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/commands/LayoutTreeParser.ts#L45)

---

## _bottomTabs

`_bottomTabs(api: any): LayoutNode`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/commands/LayoutTreeParser.ts#L75)

---

## _stack

`_stack(api: any): LayoutNode`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/commands/LayoutTreeParser.ts#L84)

---

## _component

`_component(api: any): LayoutNode`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/commands/LayoutTreeParser.ts#L93)

---

## _externalComponent

`_externalComponent(api: any): LayoutNode`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/commands/LayoutTreeParser.ts#L102)

---


