|
|
@ -4,7 +4,7 @@ export declare class AbstractLabel extends Single { |
|
|
|
static xtype: string; |
|
|
|
static xtype: string; |
|
|
|
|
|
|
|
|
|
|
|
props: { |
|
|
|
props: { |
|
|
|
textAlign?: "left" | "center" | "right"; |
|
|
|
textAlign?: "left" | "center" | "right" | "justify"; |
|
|
|
whiteSpace?: "nowrap" | "normal"; |
|
|
|
whiteSpace?: "nowrap" | "normal"; |
|
|
|
textWidth?: number | null; |
|
|
|
textWidth?: number | null; |
|
|
|
textHeight?: number | null; |
|
|
|
textHeight?: number | null; |
|
|
|