Mention supported freeform types in comment
This commit is contained in:
parent
235ad2cf21
commit
cb10f64074
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ export interface TagRenderingConfigJson {
|
||||||
key: string,
|
key: string,
|
||||||
/**
|
/**
|
||||||
* The type of the text-field, e.g. 'string', 'nat', 'float', 'date',...
|
* The type of the text-field, e.g. 'string', 'nat', 'float', 'date',...
|
||||||
|
* See UI/Input/ValidatedTextField.ts for supported values
|
||||||
*/
|
*/
|
||||||
type?: string,
|
type?: string,
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue