ic-reactor
    Preparing search index...

    Interface FormConfig

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

    Properties

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

    Methods