SolidSchemaHandle
Defined in: packages/solid/src/schema-handle.ts:4
Extends
Section titled “Extends”CoreSchemaHandle<SolidSchemaHandle, () =>PiResolvedViewFieldConfig>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SolidSchemaHandle(
globalConfig,callSchemaHandle?,callDefineSchema?,context?):SolidSchemaHandle
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:48
Parameters
Section titled “Parameters”globalConfig
Section titled “globalConfig”Omit<ConvertOptions<(…args) => SolidSchemaHandle>, "name"> & object
callSchemaHandle?
Section titled “callSchemaHandle?”SolidSchemaHandle
callDefineSchema?
Section titled “callDefineSchema?”BaseSchema<unknown, unknown, BaseIssue<unknown>>
context?
Section titled “context?”ConvertContext
Returns
Section titled “Returns”SolidSchemaHandle
Inherited from
Section titled “Inherited from”CoreSchemaHandle< SolidSchemaHandle, () => PiResolvedViewFieldConfig >.constructor
Properties
Section titled “Properties”afterSchemaTypeList
Section titled “afterSchemaTypeList”afterSchemaTypeList:
any[]
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:47
Inherited from
Section titled “Inherited from”CoreSchemaHandle.afterSchemaTypeList
alias?
Section titled “alias?”
optionalalias?:string
Defined in: dist/view-core/types/piying-view-core.d.ts:608
Inherited from
Section titled “Inherited from”CoreSchemaHandle.alias
arrayChild?
Section titled “arrayChild?”
optionalarrayChild?:SolidSchemaHandle
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:26
Inherited from
Section titled “Inherited from”CoreSchemaHandle.arrayChild
attributes
Section titled “attributes”attributes:
ViewAttributes
Defined in: dist/view-core/types/piying-view-core.d.ts:601
Inherited from
Section titled “Inherited from”CoreSchemaHandle.attributes
callDefineSchema
Section titled “callDefineSchema”callDefineSchema:
BaseSchema<unknown,unknown,BaseIssue<unknown>> |undefined
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:43
Inherited from
Section titled “Inherited from”CoreSchemaHandle.callDefineSchema
callSchemaHandle
Section titled “callSchemaHandle”callSchemaHandle:
SolidSchemaHandle|undefined
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:42
Inherited from
Section titled “Inherited from”CoreSchemaHandle.callSchemaHandle
checkActions
Section titled “checkActions”checkActions: (
BaseValidation<any,any,any> |BaseTransformation<any,any,any>)[]
Defined in: dist/view-core/types/piying-view-core.d.ts:622
Inherited from
Section titled “Inherited from”CoreSchemaHandle.checkActions
checkSchema?
Section titled “checkSchema?”
optionalcheckSchema?:BaseSchema<unknown,unknown,BaseIssue<unknown>>
Defined in: dist/view-core/types/piying-view-core.d.ts:621
Inherited from
Section titled “Inherited from”CoreSchemaHandle.checkSchema
children
Section titled “children”children:
SolidSchemaHandle[]
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:19
Inherited from
Section titled “Inherited from”CoreSchemaHandle.children
childrenAsVirtualGroup
Section titled “childrenAsVirtualGroup”childrenAsVirtualGroup:
boolean
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:31
Inherited from
Section titled “Inherited from”CoreSchemaHandle.childrenAsVirtualGroup
context
Section titled “context”context:
ConvertContext
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:46
Inherited from
Section titled “Inherited from”CoreSchemaHandle.context
coreSchema
Section titled “coreSchema”coreSchema:
BaseSchema<any,any,any>
Defined in: dist/view-core/types/piying-view-core.d.ts:641
Inherited from
Section titled “Inherited from”CoreSchemaHandle.coreSchema
createOptions?
Section titled “createOptions?”
optionalcreateOptions?:any
Defined in: dist/view-core/types/piying-view-core.d.ts:605
创建组件时的额外配置,由各前端框架确定泛型
Inherited from
Section titled “Inherited from”CoreSchemaHandle.createOptions
defaultValue?
Section titled “defaultValue?”
optionaldefaultValue?:any
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:27
Inherited from
Section titled “Inherited from”CoreSchemaHandle.defaultValue
events
Section titled “events”events:
ViewEvents
Defined in: dist/view-core/types/piying-view-core.d.ts:602
Inherited from
Section titled “Inherited from”CoreSchemaHandle.events
formConfig
Section titled “formConfig”formConfig:
FieldFormConfig
Defined in: dist/view-core/types/piying-view-core.d.ts:612
todo 非表单应该可选
Inherited from
Section titled “Inherited from”CoreSchemaHandle.formConfig
globalConfig
Section titled “globalConfig”globalConfig:
Omit<ConvertOptions<(globalConfig,callSchemaHandle?,callDefineSchema?,context?) =>SolidSchemaHandle>,"name"> &object
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:35
Type Declaration
Section titled “Type Declaration”environments
Section titled “environments”environments:
string[]
Inherited from
Section titled “Inherited from”CoreSchemaHandle.globalConfig
hooks?
Section titled “hooks?”
optionalhooks?:HookConfig<PiResolvedViewFieldConfig>
Defined in: dist/view-core/types/piying-view-core.d.ts:619
Inherited from
Section titled “Inherited from”CoreSchemaHandle.hooks
optionalid?:string
Defined in: dist/view-core/types/piying-view-core.d.ts:613
Inherited from
Section titled “Inherited from”CoreSchemaHandle.id
inputs
Section titled “inputs”inputs:
ViewInputs
Defined in: dist/view-core/types/piying-view-core.d.ts:598
Inherited from
Section titled “Inherited from”CoreSchemaHandle.inputs
isArray
Section titled “isArray”isArray:
boolean
Defined in: dist/view-core/types/piying-view-core.d.ts:616
Inherited from
Section titled “Inherited from”CoreSchemaHandle.isArray
isGroup
Section titled “isGroup”isGroup:
boolean|undefined
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:23
标识为一个group组
Inherited from
Section titled “Inherited from”CoreSchemaHandle.isGroup
isLogicAnd
Section titled “isLogicAnd”isLogicAnd:
boolean
Defined in: dist/view-core/types/piying-view-core.d.ts:614
Inherited from
Section titled “Inherited from”CoreSchemaHandle.isLogicAnd
isLogicOr
Section titled “isLogicOr”isLogicOr:
boolean
Defined in: dist/view-core/types/piying-view-core.d.ts:615
Inherited from
Section titled “Inherited from”CoreSchemaHandle.isLogicOr
isObjectControl
Section titled “isObjectControl”isObjectControl:
boolean
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:25
标识为一个普通控件
Inherited from
Section titled “Inherited from”CoreSchemaHandle.isObjectControl
isTuple
Section titled “isTuple”isTuple:
boolean
Defined in: dist/view-core/types/piying-view-core.d.ts:617
Inherited from
Section titled “Inherited from”CoreSchemaHandle.isTuple
optionalkey?:string|number
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:18
Inherited from
Section titled “Inherited from”CoreSchemaHandle.key
lazyWrapped?
Section titled “lazyWrapped?”
optionallazyWrapped?:BaseSchemaHandle<SolidSchemaHandle>
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:45
Inherited from
Section titled “Inherited from”CoreSchemaHandle.lazyWrapped
models
Section titled “models”models:
ViewModels
Defined in: dist/view-core/types/piying-view-core.d.ts:599
Inherited from
Section titled “Inherited from”CoreSchemaHandle.models
movePath?
Section titled “movePath?”
optionalmovePath?:KeyPath
Defined in: dist/view-core/types/piying-view-core.d.ts:609
Inherited from
Section titled “Inherited from”CoreSchemaHandle.movePath
nonFieldControl
Section titled “nonFieldControl”nonFieldControl:
boolean
Defined in: dist/view-core/types/piying-view-core.d.ts:618
Inherited from
Section titled “Inherited from”CoreSchemaHandle.nonFieldControl
nullable
Section titled “nullable”nullable:
boolean
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:34
Inherited from
Section titled “Inherited from”CoreSchemaHandle.nullable
outputs
Section titled “outputs”outputs:
ViewOutputs
Defined in: dist/view-core/types/piying-view-core.d.ts:600
Inherited from
Section titled “Inherited from”CoreSchemaHandle.outputs
parent?
Section titled “parent?”
optionalparent?:SolidSchemaHandle
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:20
Inherited from
Section titled “Inherited from”CoreSchemaHandle.parent
priority
Section titled “priority”priority:
number
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:30
权重,排序时可能用到
Inherited from
Section titled “Inherited from”CoreSchemaHandle.priority
props:
ViewProps
Defined in: dist/view-core/types/piying-view-core.d.ts:607
Inherited from
Section titled “Inherited from”CoreSchemaHandle.props
providers?
Section titled “providers?”
optionalproviders?:InjectorProvider[]
Defined in: dist/view-core/types/piying-view-core.d.ts:620
Inherited from
Section titled “Inherited from”CoreSchemaHandle.providers
renderConfig?
Section titled “renderConfig?”
optionalrenderConfig?:FieldRenderConfig
Defined in: dist/view-core/types/piying-view-core.d.ts:610
Inherited from
Section titled “Inherited from”CoreSchemaHandle.renderConfig
slots:
ViewSlots
Defined in: dist/view-core/types/piying-view-core.d.ts:603
Inherited from
Section titled “Inherited from”CoreSchemaHandle.slots
sourceSchema
Section titled “sourceSchema”sourceSchema:
BaseSchema<unknown,unknown,BaseIssue<unknown>>
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:44
Inherited from
Section titled “Inherited from”CoreSchemaHandle.sourceSchema
type:
any
Defined in: packages/solid/src/schema-handle.ts:8
Overrides
Section titled “Overrides”CoreSchemaHandle.type
undefinedable
Section titled “undefinedable”undefinedable:
boolean
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:33
wrapper用
Inherited from
Section titled “Inherited from”CoreSchemaHandle.undefinedable
wrappers
Section titled “wrappers”wrappers:
RawCoreWrapperConfig[]
Defined in: dist/view-core/types/piying-view-core.d.ts:606
Inherited from
Section titled “Inherited from”CoreSchemaHandle.wrappers
Methods
Section titled “Methods”afterObjectSchema()
Section titled “afterObjectSchema()”afterObjectSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:62
Parameters
Section titled “Parameters”schema
Section titled “schema”ObjectSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.afterObjectSchema
afterSchemaType()
Section titled “afterSchemaType()”afterSchemaType(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:72
Parameters
Section titled “Parameters”schema
Section titled “schema”Schema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.afterSchemaType
afterTupleSchema()
Section titled “afterTupleSchema()”afterTupleSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:59
Parameters
Section titled “Parameters”schema
Section titled “schema”TupleSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.afterTupleSchema
anySchema()
Section titled “anySchema()”anySchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:83
Parameters
Section titled “Parameters”schema
Section titled “schema”AnySchema | UnknownSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.anySchema
arraySchema()
Section titled “arraySchema()”arraySchema(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:624
Parameters
Section titled “Parameters”schema
Section titled “schema”ArraySchema<BaseSchema<unknown, unknown, BaseIssue<unknown>>, ErrorMessage<ArrayIssue> | undefined>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.arraySchema
basicSchema()
Section titled “basicSchema()”basicSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:85
Parameters
Section titled “Parameters”schema
Section titled “schema”StringSchema<ErrorMessage<StringIssue> | undefined> | BooleanSchema<ErrorMessage<BooleanIssue> | undefined> | NumberSchema<ErrorMessage<NumberIssue> | undefined>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.basicSchema
beforeSchemaType()
Section titled “beforeSchemaType()”beforeSchemaType(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:635
Parameters
Section titled “Parameters”schema
Section titled “schema”Schema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.beforeSchemaType
begin()
Section titled “begin()”begin(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:52
定义开始
Parameters
Section titled “Parameters”schema
Section titled “schema”SchemaOrPipe
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.begin
customSchema()
Section titled “customSchema()”customSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:70
Parameters
Section titled “Parameters”schema
Section titled “schema”CustomSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.customSchema
defaultSchema()
Section titled “defaultSchema()”defaultSchema(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:625
Parameters
Section titled “Parameters”schema
Section titled “schema”DefaultSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.defaultSchema
defineSchema()
Section titled “defineSchema()”defineSchema(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:642
Parameters
Section titled “Parameters”schema
Section titled “schema”SchemaOrPipe
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.defineSchema
end(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:640
定义结束
Parameters
Section titled “Parameters”schema
Section titled “schema”SchemaOrPipe
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.end
enumSchema()
Section titled “enumSchema()”enumSchema(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:630
Parameters
Section titled “Parameters”schema
Section titled “schema”EnumSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.enumSchema
initMetadata()
Section titled “initMetadata()”initMetadata():
void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:76
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.initMetadata
intersectBefore()
Section titled “intersectBefore()”intersectBefore(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:632
Parameters
Section titled “Parameters”schema
Section titled “schema”IntersectSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.intersectBefore
intersectSchema()
Section titled “intersectSchema()”intersectSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:86
Parameters
Section titled “Parameters”schema
Section titled “schema”IntersectSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.intersectSchema
lazySchema()
Section titled “lazySchema()”lazySchema(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:623
Parameters
Section titled “Parameters”schema
Section titled “schema”LazySchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.lazySchema
logicItemSchema()
Section titled “logicItemSchema()”logicItemSchema(
schema,index,type):void
Defined in: dist/view-core/types/piying-view-core.d.ts:633
Parameters
Section titled “Parameters”schema
Section titled “schema”BaseSchema<unknown, unknown, BaseIssue<unknown>>
number
"union" | "intersect"
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.logicItemSchema
metadata()
Section titled “metadata()”metadata(
metadata,workOn):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:75
Parameters
Section titled “Parameters”metadata
Section titled “metadata”MetadataAction
workOn
Section titled “workOn”MetadataWorkOn
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.metadata
metadataDefaulthandle()
Section titled “metadataDefaulthandle()”metadataDefaulthandle(
metadata,environments):void
Defined in: dist/view-core/types/piying-view-core.d.ts:637
Parameters
Section titled “Parameters”metadata
Section titled “metadata”MetadataAction
environments
Section titled “environments”string[]
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.metadataDefaulthandle
metadataHandle()
Section titled “metadataHandle()”metadataHandle(
metadata,environments,workOn):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:74
Parameters
Section titled “Parameters”metadata
Section titled “metadata”MetadataAction
environments
Section titled “environments”string[]
workOn
Section titled “workOn”MetadataWorkOn
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.metadataHandle
nonOptionalSchema()
Section titled “nonOptionalSchema()”nonOptionalSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:64
Parameters
Section titled “Parameters”schema
Section titled “schema”NonOptionalWrapSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.nonOptionalSchema
objectDefault()
Section titled “objectDefault()”objectDefault(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:627
Parameters
Section titled “Parameters”schema
Section titled “schema”ObjectSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.objectDefault
objectItemSchema()
Section titled “objectItemSchema()”objectItemSchema(
childSchema,index):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:81
Parameters
Section titled “Parameters”childSchema
Section titled “childSchema”ObjectItemSchema
string | number
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.objectItemSchema
objectSchema()
Section titled “objectSchema()”objectSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:60
Parameters
Section titled “Parameters”schema
Section titled “schema”ObjectSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.objectSchema
optionalWrapSchema()
Section titled “optionalWrapSchema()”optionalWrapSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:63
Parameters
Section titled “Parameters”schema
Section titled “schema”OptionalWrapSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.optionalWrapSchema
otherSchema()
Section titled “otherSchema()”otherSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:71
Parameters
Section titled “Parameters”schema
Section titled “schema”BaseSchema<unknown, unknown, BaseIssue<unknown>>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.otherSchema
recordSchema()
Section titled “recordSchema()”recordSchema(
key,value):void
Defined in: dist/view-core/types/piying-view-core.d.ts:628
Parameters
Section titled “Parameters”BaseSchema<unknown, unknown, BaseIssue<unknown>>
BaseSchema<unknown, unknown, BaseIssue<unknown>>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.recordSchema
restSchema()
Section titled “restSchema()”restSchema(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:629
Parameters
Section titled “Parameters”schema
Section titled “schema”BaseSchema<unknown, unknown, BaseIssue<unknown>>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.restSchema
setParent()
Section titled “setParent()”setParent(
parent):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:91
Parameters
Section titled “Parameters”parent
Section titled “parent”SolidSchemaHandle
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.setParent
transformation()
Section titled “transformation()”transformation(
item):void
Defined in: dist/view-core/types/piying-view-core.d.ts:639
Parameters
Section titled “Parameters”BaseTransformation<any, any, BaseIssue<unknown>>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.transformation
tupleDefault()
Section titled “tupleDefault()”tupleDefault(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:626
Parameters
Section titled “Parameters”schema
Section titled “schema”TupleSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.tupleDefault
tupleSchema()
Section titled “tupleSchema()”tupleSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:57
Parameters
Section titled “Parameters”schema
Section titled “schema”TupleSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.tupleSchema
undefinedSchema()
Section titled “undefinedSchema()”undefinedSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:84
Parameters
Section titled “Parameters”schema
Section titled “schema”NullSchema<ErrorMessage<NullIssue> | undefined> | UndefinedSchema<ErrorMessage<UndefinedIssue> | undefined>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.undefinedSchema
unionBefore()
Section titled “unionBefore()”unionBefore(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:634
Parameters
Section titled “Parameters”schema
Section titled “schema”UnionSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.unionBefore
unionSchema()
Section titled “unionSchema()”unionSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:89
Parameters
Section titled “Parameters”schema
Section titled “schema”UnionSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.unionSchema
updateProps()
Section titled “updateProps()”updateProps(
key,value):void
Defined in: dist/view-core/types/piying-view-core.d.ts:631
Parameters
Section titled “Parameters”string
any
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.updateProps
validation()
Section titled “validation()”validation(
item):void
Defined in: dist/view-core/types/piying-view-core.d.ts:638
Parameters
Section titled “Parameters”BaseValidation<any, any, BaseIssue<unknown>>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.validation
voidSchema()
Section titled “voidSchema()”voidSchema(
schema):void
Defined in: dist/view-core/types/piying-view-core.d.ts:636
Parameters
Section titled “Parameters”schema
Section titled “schema”VoidSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.voidSchema
wrappedSchema()
Section titled “wrappedSchema()”wrappedSchema(
schema):void
Defined in: node_modules/.pnpm/@piying+valibot-visit@1.4.0_typescript@6.0.3/node_modules/@piying/valibot-visit/handle/schema-handle.d.ts:65
Parameters
Section titled “Parameters”schema
Section titled “schema”OptionalWrapSchema | NonOptionalWrapSchema
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”CoreSchemaHandle.wrappedSchema