API / geotoolkit / report / edit / ITextArea / ITextArea
Define an inplace editor implementation
Interface
Constructors
Methods
▸ Abstract copy(): ITextArea
Copy selection
return this
▸ Abstract cut(): ITextArea
Cut selection
return this
▸ Abstract delete(): ITextArea
Delete selection
return this
▸ Abstract getPropertiesDescriptor(iPropertiesType): object
Return properties descriptor if supported
| Name | Type | Description |
|---|---|---|
iPropertiesType | ClassType<any> | properties type |
object
properties descriptor
▸ Abstract onSelectionChanged(): void
void
▸ Abstract paste(): Promise<string>
Paste selection
Promise<string>
return promise