Add behavior attr panel basic props editer

This commit is contained in:
2022-04-04 17:41:26 +08:00
parent 4d818988f9
commit c10dd6e882
9 changed files with 55 additions and 15 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ const allOption: IDisplayItem[] = [
@useSetting
@useStatusWithEvent(
"groupAttrChange", "groupLabelChange", "focusObjectChange",
"focusBehaviorChange", "behaviorChange", "groupBehaviorChange"
"focusBehaviorChange", "behaviorChange", "groupBehaviorChange",
"behaviorAttrChange"
)
class GroupDetails extends Component<IGroupDetailsProps & IMixinStatusProps & IMixinSettingProps> {