interface FormConfig {
    open?: HTMLElement;
    event?: string;
    labelMap?: Record<string, string>;
    container?: HTMLElement;
    render(t): utils.candid.InputBox;
}

Properties

event?: string
labelMap?: Record<string, string>
container?: HTMLElement

Methods