chore: add highlight color to api reference (#7858)

This commit is contained in:
Martin Yankov
2019-09-24 17:27:42 +03:00
committed by GitHub
parent 4166e2d966
commit 167c0c9c2a
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,11 @@ export class TabStrip extends View {
*/
iosIconRenderingMode: "automatic" | "alwaysOriginal" | "alwaysTemplate";
/**
* Gets or sets the color that marks the selected tab of the tab strip. Works for Tabs component only.
*/
highlightColor: Color;
/**
* @private
*/

View File

@@ -24,6 +24,7 @@ export class TabStrip extends View implements TabStripDefinition, AddChildFromBu
public items: TabStripItem[];
public isIconSizeFixed: boolean;
public iosIconRenderingMode: "automatic" | "alwaysOriginal" | "alwaysTemplate";
public highlightColor: Color;
public _hasImage: boolean;
public _hasTitle: boolean;