소스 검색

Update topBar-buttons.md

Yogev Ben David 7 년 전
부모
커밋
75e06d7a4b
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      docs/docs/topBar-buttons.md

+ 2
- 2
docs/docs/topBar-buttons.md 파일 보기

9
   component: {
9
   component: {
10
     name: 'example.CustomButtonComponent'
10
     name: 'example.CustomButtonComponent'
11
   },
11
   },
12
-  title: 'Button one',
12
+  text: 'Button one',
13
   enabled: true,
13
   enabled: true,
14
   disableIconTint: false,
14
   disableIconTint: false,
15
   color: 'red',
15
   color: 'red',
74
     rightButtons: [
74
     rightButtons: [
75
       {
75
       {
76
         id: 'myDynamicButton',
76
         id: 'myDynamicButton',
77
-        title: 'My Button'
77
+        text: 'My Button'
78
       }
78
       }
79
     ]
79
     ]
80
   }
80
   }