@vivliostyle/core
Preparing search index...
css-validator
PropertyReceiver
Interface PropertyReceiver
interface
PropertyReceiver
{
invalidPropertyValue
(
name
:
string
,
value
:
Val
)
:
void
;
simpleProperty
(
name
:
string
,
value
:
Val
,
important
:
any
)
:
void
;
unknownProperty
(
name
:
string
,
value
:
Val
)
:
void
;
}
Implemented by
CascadeParserHandler
PageBoxParserHandler
PageMarginBoxParserHandler
PageParserHandler
PropSetParserHandler
PropertyParserHandler
Index
Methods
invalid
Property
Value
simple
Property
unknown
Property
Methods
invalid
Property
Value
invalidPropertyValue
(
name
:
string
,
value
:
Val
)
:
void
Parameters
name
:
string
value
:
Val
Returns
void
simple
Property
simpleProperty
(
name
:
string
,
value
:
Val
,
important
:
any
)
:
void
Parameters
name
:
string
value
:
Val
important
:
any
Returns
void
unknown
Property
unknownProperty
(
name
:
string
,
value
:
Val
)
:
void
Parameters
name
:
string
value
:
Val
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
invalid
Property
Value
simple
Property
unknown
Property
@vivliostyle/core
Loading...