@arcmantle/adapter-element
Preparing search index...
shared
ClassMapDirective
Interface ClassMapDirective
The type of the class that powers this directive. Necessary for naming the directive's return type.
interface
ClassMapDirective
{
get
_$isConnected
()
:
boolean
;
render
(
classInfo
:
ClassInfo
)
:
string
;
update
(
part
:
AttributePart
,
__namedParameters
:
[
classInfo
:
ClassInfo
]
,
)
:
string
|
typeof
noChange
;
}
Hierarchy (
View Summary
)
Directive
ClassMapDirective
Index
Accessors
_
$is
Connected
Methods
render
update
Accessors
_
$is
Connected
get
_$isConnected
()
:
boolean
Returns
boolean
Methods
render
render
(
classInfo
:
ClassInfo
)
:
string
Parameters
classInfo
:
ClassInfo
Returns
string
update
update
(
part
:
AttributePart
,
__namedParameters
:
[
classInfo
:
ClassInfo
]
,
)
:
string
|
typeof
noChange
Parameters
part
:
AttributePart
__namedParameters
:
[
classInfo
:
ClassInfo
]
Returns
string
|
typeof
noChange
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Accessors
_
$is
Connected
Methods
render
update
@arcmantle/adapter-element
Loading...
The type of the class that powers this directive. Necessary for naming the directive's return type.