|
|
@ -10,7 +10,7 @@ export declare class AbstractLabel extends Single { |
|
|
|
textHeight?: number | null; |
|
|
|
textHeight?: number | null; |
|
|
|
highLight?: boolean; |
|
|
|
highLight?: boolean; |
|
|
|
handler?: Function | null; |
|
|
|
handler?: Function | null; |
|
|
|
text?: string; |
|
|
|
text?: string | ((context: any) => string); |
|
|
|
} & Single['props'] |
|
|
|
} & Single['props'] |
|
|
|
|
|
|
|
|
|
|
|
doRedMark(...args: any[]): void; |
|
|
|
doRedMark(...args: any[]): void; |
|
|
|