Signal API updates
This commit is contained in:
parent
83653ef23b
commit
c729a46a0c
25 changed files with 501 additions and 279 deletions
|
|
@ -24,6 +24,7 @@ export type FieldDescription = {
|
|||
label: string;
|
||||
kind?: "text" | "phone" | "select" | "multi" | "qrcode";
|
||||
getValue?: (token: string) => Promise<string>;
|
||||
getQRCode?: (token: string) => Promise<Record<string, string>>;
|
||||
refreshInterval?: number;
|
||||
getOptions?: (formState: any) => Promise<SelectOption[]>;
|
||||
autogenerated?: "token";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue