Preparing search index...
The search index is not available
GHL SDK - v1.1.6
GHL SDK
CustomMenusClient
Class CustomMenusClient
Hierarchy
GhlClient
CustomMenusClient
Index
Constructors
constructor
Methods
find
By
Id
remove
update
find
create
Constructors
constructor
new
CustomMenusClient
(
accessToken
:
string
)
:
CustomMenusClient
Parameters
accessToken
:
string
Returns
CustomMenusClient
Methods
find
By
Id
findById
(
customMenuId
:
string
)
:
Promise
<
CustomMenuResponse
>
Parameters
customMenuId
:
string
Returns
Promise
<
CustomMenuResponse
>
remove
remove
(
customMenuId
:
string
)
:
Promise
<
DeleteCustomMenuResponse
>
Parameters
customMenuId
:
string
Returns
Promise
<
DeleteCustomMenuResponse
>
update
update
(
customMenuId
:
string
,
dto
:
UpdateCustomMenuDto
,
)
:
Promise
<
UpdateCustomMenuResponse
>
Parameters
customMenuId
:
string
dto
:
UpdateCustomMenuDto
Returns
Promise
<
UpdateCustomMenuResponse
>
find
find
(
params
:
CustomMenuSearchParams
)
:
Promise
<
ListCustomMenusResponse
>
Parameters
params
:
CustomMenuSearchParams
Returns
Promise
<
ListCustomMenusResponse
>
create
create
(
dto
:
CreateCustomMenuDto
)
:
Promise
<
CustomMenuResponse
>
Parameters
dto
:
CreateCustomMenuDto
Returns
Promise
<
CustomMenuResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
By
Id
remove
update
find
create
GHL SDK - v1.1.6
Loading...