mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): update fields docstring
This commit is contained in:
parent
8f2cf30191
commit
e85f2254f0
@ -13,10 +13,10 @@ import {
|
|||||||
} from './common';
|
} from './common';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* zod schemas & inferred types for input field values.
|
* zod schemas & inferred types for fields.
|
||||||
*
|
*
|
||||||
* These schemas and types are only required for field types that have UI components and allow the
|
* These schemas and types are only required for stateful field - fields that have UI components
|
||||||
* user to directly provide values.
|
* and allow the user to directly provide values.
|
||||||
*
|
*
|
||||||
* This includes primitive values (numbers, strings, booleans), models, scheduler, etc.
|
* This includes primitive values (numbers, strings, booleans), models, scheduler, etc.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user