interface InputModalParams {
    cancelText?: string;
    component?: any;
    content?: string;
    hint?: string;
    modalWidth?: string;
    okText?: string;
    readonly?: boolean;
    select?: boolean | [number, number, "forward" | "none" | "backward"];
    title?: string;
    type?: string;
    value?: string;
}

Hierarchy

  • BaseParams
    • InputModalParams

Properties

cancelText?: string
component?: any
content?: string
hint?: string
modalWidth?: string
okText?: string
readonly?: boolean
select?: boolean | [number, number, "forward" | "none" | "backward"]
title?: string
type?: string
value?: string

Generated using TypeDoc