Preparing search index...
The search index is not available
Documentation
Documentation
@laserfiche/lf-api-js
LfRepositoryClientV2
SetTagsRequest
Class SetTagsRequest
Request body for assigning tags to an entry.
Implements
LfRepositoryClientV2
.
ISetTagsRequest
Index
Constructors
constructor
Properties
tags?
Methods
init
toJSON
fromJS
Constructors
constructor
new
SetTagsRequest
(
data
?:
LfRepositoryClientV2
.
ISetTagsRequest
,
)
:
LfRepositoryClientV2
.
SetTagsRequest
Parameters
Optional
data
:
LfRepositoryClientV2
.
ISetTagsRequest
Returns
LfRepositoryClientV2
.
SetTagsRequest
Properties
Optional
tags
tags
?:
string
[]
The tag names to assign to the entry.
Methods
init
init
(
_data
?:
any
)
:
void
Parameters
Optional
_data
:
any
Returns
void
toJSON
toJSON
(
data
?:
any
)
:
any
Parameters
Optional
data
:
any
Returns
any
Static
fromJS
fromJS
(
data
:
any
)
:
LfRepositoryClientV2
.
SetTagsRequest
Parameters
data
:
any
Returns
LfRepositoryClientV2
.
SetTagsRequest
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
tags
Methods
init
toJSON
fromJS
Documentation
Loading...
Request body for assigning tags to an entry.