API Reference
Class
StorySyntaxKind
Describes a renderer-neutral syntax category for source text.
Inheritance
- Object
- StorySyntaxKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor StorySourceSpan.StorySourceSpan
- Method StorySourceText.AddSpan
- Method StorySyntaxPalette.Resolve
Fields
Plain #Unclassified source text.
Keyword #Language keyword.
Type #Type or class name.
Command #Command, function, or method name.
Parameter #Command or method parameter.
Variable #Variable or identifier.
Property #Property or member name.
String #Quoted string or character literal.
Number #Numeric literal.
Comment #Source comment.
Operator #Language operator.
Punctuation #Language punctuation.