Explorar el Código

Update topBar-buttons.md

Yogev Ben David hace 6 años
padre
commit
75e06d7a4b
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      docs/docs/topBar-buttons.md

+ 2
- 2
docs/docs/topBar-buttons.md Ver fichero

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
   }