OperationsApiInLead extends BaseFeature
Table of Contents
Methods
- allowSwitchBySecretLink() : bool
- Allow to enable or to disable this feature via a secret link
- disable() : void
- Disable this feature
- enable() : void
- Enable this feature
- getCategory() : BaseCategory
- Feature category. Used to group features by category
- getId() : string
- Feature unique id
- getName() : string
- Feature name in russian. Used to display feature switcher
- getSort() : int
- Feature sort index. Used to set correct features order in list
- isEnabled() : bool
- Is this feature currently enabled
Methods
allowSwitchBySecretLink()
Allow to enable or to disable this feature via a secret link
public
allowSwitchBySecretLink() : bool
Return values
booldisable()
Disable this feature
public
disable() : void
enable()
Enable this feature
public
enable() : void
getCategory()
Feature category. Used to group features by category
public
getCategory() : BaseCategory
Return values
BaseCategorygetId()
Feature unique id
public
getId() : string
Return values
stringgetName()
Feature name in russian. Used to display feature switcher
public
getName() : string
Return values
stringgetSort()
Feature sort index. Used to set correct features order in list
public
getSort() : int
Return values
intisEnabled()
Is this feature currently enabled
public
isEnabled() : bool