|
|
@ -1,6 +1,9 @@ |
|
|
|
import { NodeButton } from "../button.node"; |
|
|
|
import { NodeButton } from "../button.node"; |
|
|
|
|
|
|
|
|
|
|
|
export declare class TextNode extends NodeButton { |
|
|
|
export declare class TextNode extends NodeButton { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static xtype: string; |
|
|
|
|
|
|
|
|
|
|
|
setText(b: string): void; |
|
|
|
setText(b: string): void; |
|
|
|
|
|
|
|
|
|
|
|
getText(): string; |
|
|
|
getText(): string; |
|
|
|