Preparing search index...
The search index is not available
Documentation
Documentation
@laserfiche/lf-api-js
LfRepositoryClientV2
IAttribute
Interface IAttribute
Represents a trustee attribute.
interface
IAttribute
{
key
?:
string
;
value
?:
string
;
}
Implemented by
LfRepositoryClientV2
.
Attribute
Index
Properties
key?
value?
Properties
Optional
key
key
?:
string
The attribute key.
Optional
value
value
?:
string
The attribute value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
value
Documentation
Loading...
Represents a trustee attribute.