[F] getClientOptionValue
function getClientOptionValue( context, target, optionName): unknown;Gets the value of a specific client option for a target. Checks the target itself and walks up the namespace/interface hierarchy.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
context | TCGCContext |
target | Operation |
optionName | string |
Returns
Section titled “Returns”unknown