Interface Options<TModels>

Type Parameters

Hierarchy

  • Options

Properties

createWriter?: ((this, format) => undefined | CreateUcsWriterExpr)

Type declaration

findFormatter?: (<T, TSchema>(this, format, schema) => undefined | UcsFormatter<T, TSchema>)

Type declaration

findInsetFormatter?: (<T, TSchema>(this, lib, request) => undefined | UcsInsetFormatter<T, TSchema>)

Type declaration

models: TModels
schemaIndex: UccSchemaIndex

Methods

Generated using TypeDoc