Trilium Frontend API
Preparing search index...
<internal>
StylesNormalizer
Type Alias StylesNormalizer
StylesNormalizer
:
(
name
:
string
)
=>
{
path
:
string
;
value
:
StyleValue
}
A normalizer method for a style property.
Type Declaration
(
name
:
string
)
:
{
path
:
string
;
value
:
StyleValue
}
Parameters
name
:
string
Returns
{
path
:
string
;
value
:
StyleValue
}
See
~StylesProcessor#setNormalizer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Trilium Frontend API
Loading...
A normalizer method for a style property.