- Preparing search index...
- The search index is not available
solid-formlet
CustomMeta<A>: { init: A; validate: ((a) => Validation<string, A>); view: ((props) => JSXElement); }
Type declaration
-
init: A
-
validate: ((a) => Validation<string, A>)
-
view: ((props) => JSXElement)
-
- (props): JSXElement
-
Parameters
-
props: {
init: A;
onChange: ((v) => void);
validate: ((a) => Validation<string, A>);
}
-
init: A
-
onChange: ((v) => void)
-
validate: ((a) => Validation<string, A>)
Returns JSXElement