discord-emcee

Home > @johndavisdev/discord-emcee > sb > MCSchema

sb.MCSchema class

Signature:

declare class MCSchema<TShape extends MCRawShape> extends Schema<TShape, TShape, MCStateDefinition<MCRawShape>> 

Extends: Schema<TShape, TShape, MCStateDefinition<MCRawShape>>

Properties

Property Modifiers Type Description
toStateDefinition   () => MCStateDefinition<MCRawShape>  
validator   (validator: SchemaValidator<ObjectOutput<TShape>>) => this  

Methods

Method Modifiers Description
setCustomStateFactory(schema, customStateFactory) static