isWriteToSymbol
[ Function ]
export function isWriteToSymbol(thisAction: Action): thisAction is WriteToSymbol;
Checks whether the transferred parameter is of type WriteToSymbol.
Parameter
Name | Type | Description |
---|---|---|
thisAction | Variable to be tested. |
Return value
Type | Description |
---|---|
Returns true if the transferred value matches the corresponding type. Returns false if the transferred value does not match the corresponding type. |
Available from version 1.12 |