Constructor
new IncompatibleCommand(typeName)
Create a new incompatible command marker.
Parameters:
| Name | Type | Description |
|---|---|---|
typeName |
string | Type of incompatible command for reporting. |
- Source:
Methods
getIsCompatible() → {boolean}
Check if this command is compatible with UI editing.
- Source:
Returns:
Always returns false as this marks incompatibility.
- Type
- boolean
getTypeName() → {string}
Get the type name of this incompatible command.
- Source:
Returns:
Type name of the incompatible command.
- Type
- string