Searched defs:ButtonOptions (Results 1 – 5 of 5) sorted by relevance
26 struct ButtonOptions { struct27 int32_t shape;28 bool stateEffect;52 CJ_EXPORT void FfiOHOSAceFrameworkButtonCreateWithChildAndOptions(ButtonOptions buttonOptions); argument
26 struct ButtonOptions { struct27 std::optional<ButtonType> type;28 std::optional<ButtonRole> role;29 std::optional<bool> stateEffect;30 std::optional<ControlSize> controlSize;31 std::optional<ButtonStyleMode> buttonStyle;
90 export interface ButtonOptions { interface
76 export interface ButtonOptions { interface
345 export interface ButtonOptions { interface