JsonOutputSymbol
JsonOutputSymbol is created for JSON Values with a refkey. For JSON objects
and arrays, the symbol will have the StaticMemberContainer flag. For JSON
values that are members of an object or an array, the symbol will have the
StaticMember flag.
Members
Section titled “Members”Extends OutputSymbol
| constructor | (name: string, spaces: OutputSpace[] | OutputSpace | undefined, options: CreateJsonSymbolOptions) | Constructs a new instance of the JsonOutputSymbol class |
| copy | () => JsonOutputSymbol | |
| debugInfo | Record<string, unknown> | |
| jsonFlags | JsonSymbolFlags | |
| memberSpaces | readonly [“static”] | |
| staticMembers | import(“@alloy-js/core”).OutputMemberSpace |