
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
28 lines
477 B
Text
28 lines
477 B
Text
---
|
|
title: TLUiMenuChild
|
|
status: published
|
|
category: ui
|
|
group: TypeAlias
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 36
|
|
---<Small>Public TypeAlias</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
type TLUiMenuChild =
|
|
| TLUiCustomMenuItem
|
|
| TLUiMenuGroup
|
|
| TLUiMenuItem
|
|
| TLUiSubMenu
|
|
```
|
|
|
|
##### References
|
|
|
|
[TLUiCustomMenuItem](/gen/ui/TLUiCustomMenuItem-type), [TLUiMenuGroup](/gen/ui/TLUiMenuGroup-type), [TLUiMenuItem](/gen/ui/TLUiMenuItem-type), [TLUiSubMenu](/gen/ui/TLUiSubMenu-type)
|
|
|