#[repr(C)]pub struct ARKUI_TextPickerCascadeRangeContent {
pub text: *const c_char,
pub children: *const ARKUI_TextPickerRangeContent,
pub size: i32,
}Available on crate feature
api-12 only.Expand description
Defines the input structure of the interconnected multi-column text picker.
Available since API-level: 12
Fields§
§text: *const c_charText information.
children: *const ARKUI_TextPickerRangeContentInterconnected data.
size: i32Size of the interconnected data array.