API
Reference pages for the @skmtc/core API surface a generator author works against.
- ContentSettings
- @skmtc/core overview
- CustomValue
- Definition (DefinitionBase & TsDefinition)
- File classes: FileBase, CodeFileBase, TsFile, JsonFile
- Identifier & entity types
- Import (ImportBase & TsImport)
- Inserted
- SnippetBase
- Entry factories
- GenerateContext
- GraphQL document model
- OAS document model
- OasRef
- OAS schema variants
- ParseContext
- Projection bases
- RenderContext
- StackTrail
- toArtifacts
Reference
Lookup material: CLI commands, the engine API, settings files, error codes, stock generators, and the glossary.
ContentSettings
The per-Projection settings object: `identifier`, `exportPath`, `enrichments`, and `variant`. Computed by Drivers from a Projection's static methods (`toIdentifierName` / `toIdentifierType`, `toExportPath`, `toEnrichments`) and passed to the Projection constructor as `args.settings`. Available at runtime as `this.settings`.