Type alias RegionProps

RegionProps: IFormComponentProps<{
    areaTextProps?: BaseSelectProps;
    cityTextProps?: BaseSelectProps;
    dataType?: "key" | "item";
    displayExpr?: string;
    enablePostalCode?: boolean;
    enableStreet?: boolean;
    getRegionData?: ((parent?: RegionItem) => Promise<RegionItem[]>);
    isUseInputValue?: boolean;
    keyExpr?: string;
    postalCodeTextProps?: TextFieldProps;
    provinceTextProps?: BaseSelectProps;
    streetTextProps?: TextFieldProps;
}, RegionValue, RegionValue>

Region Props

Date

2023/4/1 - 17:05:44

Export

Generated using TypeDoc