interface UIConfig {
    input?: HTMLElement;
    form?: utils.candid.InputForm;
    parse(t, config, v): any;
}

Properties

Methods

Properties

input?: HTMLElement

Methods

  • Parameters

    Returns any