Extended by
Constructors
new LegendEntryProxy()
new LegendEntryProxy(
legend,
index,
type): LegendEntryProxyParameters
| Parameter | Type |
|---|---|
legend | LegendBlockProxy |
index | number |
type | LegendItemType |
Returns
Properties
index
readonly index: number;legend
protected readonly legend: LegendBlockProxy;type
readonly type: LegendItemType;Methods
getText()
getText(): stringReturns
string
setText()
setText(text): voidParameters
| Parameter | Type |
|---|---|
text | string |
Returns
void