TJSDataField provides a reactive Svelte wrapper around Foundry VTT DataField instances, supporting dynamic DataField changes, bindable stores, and automatic synchronization between DataField cleaned values and store-specific runtime representations when required.

By supplying groupConfig the form group is created FormGroupConfig where you may specify the label, hint, and units or additional configuration like stacked.

Review TJSDataFieldOptions for a detailed description of optional configuration.

Hierarchy

Indexable

  • [prop: string]: any
Index
  • Type Parameters

    • K extends string

    Parameters

    Returns () => void