Module symbol

Module symbol 

Source
Expand description

Common traits shared between WebIDL symbols/definitions

Traitsยง

SymbolWithAttributes
A WebIDL symbol that may have 0 or more extended attributes
SymbolWithDocstring
A WebIDL symbol that may have a documentation string
SymbolWithGenerics
A WebIDL symbol with generic types
SymbolWithIdentifier
A WebIDL symbol with an identifier
SymbolWithIdentifier2
A WebIDL symbol with 2 identifiers on the left and right side
SymbolWithIdentifierLhs
A WebIDL symbol with a right-hand side identifier
SymbolWithIdentifierRhs
A WebIDL symbol with a left-hand side identifier
SymbolWithOptionalIdentifier
A WebIDL symbol that may have an identifier
SymbolWithReadOnly
A WebIDL symbol that may have a readonly modifier
SymbolWithReturnType
A WebIDL symbol with a WebIDL return type
SymbolWithType
A WebIDL symbol with a WebIDL type