TargetContent
Defines the content page which is displayed in the defined TargetRegion after a click on the button of the control. The button is displayed only if the TargetContent and TargetRegion attributes are defined.
Schema: tchmi:framework#/definitions/ContentPath
Attribute getter
public getTargetContent(): string | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setTargetContent(valueNew: string | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12.748 |
