Variable labelThemesConst
labelThemes: {
darkOnLight: {
margin: number;
marker: {
backgroundColor: {
active: string;
inactive: undefined;
};
foregroundColor: {
active: string;
inactive: undefined;
};
size: number;
};
text: {
backgroundColor: string;
foregroundColor: string;
lineHeight: number;
maxWidth: number;
numLines: number;
size: number;
};
};
lightOnDark: {
margin: number;
marker: {
backgroundColor: {
active: string;
inactive: undefined;
};
foregroundColor: {
active: string;
inactive: undefined;
};
size: number;
};
text: {
backgroundColor: string;
foregroundColor: string;
lineHeight: number;
maxWidth: number;
numLines: number;
size: number;
};
};
}
Type declaration
-
darkOnLight: {
margin: number;
marker: {
backgroundColor: {
active: string;
inactive: undefined;
};
foregroundColor: {
active: string;
inactive: undefined;
};
size: number;
};
text: {
backgroundColor: string;
foregroundColor: string;
lineHeight: number;
maxWidth: number;
numLines: number;
size: number;
};
}
-
margin: number
-
marker: {
backgroundColor: {
active: string;
inactive: undefined;
};
foregroundColor: {
active: string;
inactive: undefined;
};
size: number;
}
-
backgroundColor: {
active: string;
inactive: undefined;
}
-
active: string
-
inactive: undefined
-
foregroundColor: {
active: string;
inactive: undefined;
}
-
active: string
-
inactive: undefined
-
size: number
-
text: {
backgroundColor: string;
foregroundColor: string;
lineHeight: number;
maxWidth: number;
numLines: number;
size: number;
}
-
backgroundColor: string
-
foregroundColor: string
-
lineHeight: number
-
maxWidth: number
-
numLines: number
-
size: number
-
lightOnDark: {
margin: number;
marker: {
backgroundColor: {
active: string;
inactive: undefined;
};
foregroundColor: {
active: string;
inactive: undefined;
};
size: number;
};
text: {
backgroundColor: string;
foregroundColor: string;
lineHeight: number;
maxWidth: number;
numLines: number;
size: number;
};
}
-
margin: number
-
marker: {
backgroundColor: {
active: string;
inactive: undefined;
};
foregroundColor: {
active: string;
inactive: undefined;
};
size: number;
}
-
backgroundColor: {
active: string;
inactive: undefined;
}
-
active: string
-
inactive: undefined
-
foregroundColor: {
active: string;
inactive: undefined;
}
-
active: string
-
inactive: undefined
-
size: number
-
text: {
backgroundColor: string;
foregroundColor: string;
lineHeight: number;
maxWidth: number;
numLines: number;
size: number;
}
-
backgroundColor: string
-
foregroundColor: string
-
lineHeight: number
-
maxWidth: number
-
numLines: number
-
size: number