fluent.js
Project Fluent
GitHub
Preparing search index...
@fluent/syntax
Message
Class Message
Hierarchy (
View Summary
)
SyntaxNode
Message
Indexable
[
name
:
string
]:
unknown
Index
Constructors
constructor
Properties
attributes
comment
id
span?
type
value
Methods
clone
equals
Constructors
constructor
new
Message
(
id
:
Identifier
,
value
?:
null
|
Pattern
,
attributes
?:
Attribute
[]
,
comment
?:
null
|
Comment
,
)
:
Message
Parameters
id
:
Identifier
value
:
null
|
Pattern
= null
attributes
:
Attribute
[]
= []
comment
:
null
|
Comment
= null
Returns
Message
Properties
attributes
attributes
:
Attribute
[]
comment
comment
:
null
|
Comment
id
id
:
Identifier
Optional
span
span
?:
Span
type
type
:
"Message"
= ...
value
value
:
null
|
Pattern
Methods
clone
clone
()
:
this
Returns
this
equals
equals
(
other
:
BaseNode
,
ignoredFields
?:
string
[]
)
:
boolean
Parameters
other
:
BaseNode
ignoredFields
:
string
[]
= ...
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
attributes
comment
id
span
type
value
Methods
clone
equals
Project Fluent
GitHub
fluent.js
Loading...