- Preparing search index...
- The search index is not available
Charged URI
Interface Options<TModels>
Properties
Optional
Readonly
createWriter
Optional
Readonly
findFormatter
findFormatter?: (<T, TSchema>(this,
format,
schema) => undefined | UcsFormatter<T, TSchema>)
Type declaration
-
- <T, TSchema>(this, format, schema): undefined | UcsFormatter<T, TSchema>
-
Parameters
-
this: void
-
-
schema: TSchema
Returns undefined | UcsFormatter<T, TSchema>
Optional
Readonly
findInsetFormatter
findInsetFormatter?: (<T, TSchema>(this,
lib,
request) => undefined | UcsInsetFormatter<T, TSchema>)
Readonly
models
models: TModels
Methods
createSerializer
- createSerializer<T, TSchema>(this, options): UcsFunction<T, TSchema>
-