feat(ui): update fields docstring

This commit is contained in:
psychedelicious 2023-11-26 20:43:10 +11:00
parent 8f2cf30191
commit e85f2254f0

View File

@ -13,10 +13,10 @@ import {
} 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
* user to directly provide values.
* These schemas and types are only required for stateful field - fields that have UI components
* and allow the user to directly provide values.
*
* This includes primitive values (numbers, strings, booleans), models, scheduler, etc.
*