Преглед на файлове

Adds uid=501(saleksandras) gid=20(staff) groups=20(staff),401(com.apple.sharepoint.group.1),12(everyone),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),98(_lpadmin),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),398(com.apple.access_screensharing),399(com.apple.access_ssh) and to OptionsTopBarTitle.component (#4078)

Aleksandras преди 6 години
родител
ревизия
299f8af2fd
променени са 1 файла, в които са добавени 14 реда и са изтрити 0 реда
  1. 14
    0
      lib/src/interfaces/Options.ts

+ 14
- 0
lib/src/interfaces/Options.ts Целия файл

119
    * Custom component as the title view
119
    * Custom component as the title view
120
    */
120
    */
121
   component?: {
121
   component?: {
122
+    /**
123
+     * Component reference id, Auto generated if empty
124
+     */
125
+    id?: string;
126
+    /**
127
+     * Name of your component
128
+     */
122
     name: string;
129
     name: string;
130
+    /**
131
+     * Set component alignment
132
+     */
123
     alignment?: 'center' | 'fill';
133
     alignment?: 'center' | 'fill';
134
+    /**
135
+     * Properties to pass down to the component
136
+     */
137
+    passProps?: object;
124
   };
138
   };
125
   /**
139
   /**
126
    * Top Bar title height in densitiy pixels
140
    * Top Bar title height in densitiy pixels