mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: add highlight color to api reference (#7858)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user