Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
ElementAttributeConfig
Interface ElementAttributeConfig
interface
ElementAttributeConfig
{
forceRenderMode
?:
"read"
|
"update"
|
"create"
;
hideInfo
?:
boolean
;
hideKey
?:
boolean
;
key
:
AttributeKey
;
labelOverride
?:
string
;
projection
?:
AttributeKey
[]
;
projectionResolution
?:
"merge"
|
"replace"
;
renderRule
?:
RulesLogic
;
sizeOverride
?:
"md"
|
"lg"
;
}
Hierarchy (
View Summary
)
AttributeItemConfigBase
ElementAttributeConfig
Index
Properties
force
Render
Mode?
hide
Info?
hide
Key?
key
label
Override?
projection?
projection
Resolution?
render
Rule?
size
Override?
Properties
Optional
force
Render
Mode
forceRenderMode
?:
"read"
|
"update"
|
"create"
Optional
hide
Info
hideInfo
?:
boolean
Optional
hide
Key
hideKey
?:
boolean
key
key
:
AttributeKey
Optional
label
Override
labelOverride
?:
string
Optional
projection
projection
?:
AttributeKey
[]
Optional
projection
Resolution
projectionResolution
?:
"merge"
|
"replace"
Optional
render
Rule
renderRule
?:
RulesLogic
Optional
size
Override
sizeOverride
?:
"md"
|
"lg"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
force
Render
Mode
hide
Info
hide
Key
key
label
Override
projection
projection
Resolution
render
Rule
size
Override
edocu-sdk
Loading...