Interface HonuaPopupFieldInfo

interface HonuaPopupFieldInfo {
    fieldName: string;
    format?: {
        dateFormat?: string;
        digitSeparator?: boolean;
        places?: number;
    };
    label?: string;
    visible: boolean;
}

Properties

fieldName: string
format?: {
    dateFormat?: string;
    digitSeparator?: boolean;
    places?: number;
}
label?: string
visible: boolean