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