GmTimerParam
One named parameter expression bound into a timer invocation at arm time.
type GmTimerParam {
name: String!
expression: String!
}
Fields
GmTimerParam.name ● String! non-null scalar
Parameter name on the timer's target function.
GmTimerParam.expression ● String! non-null scalar
The expression (source) evaluated when arming.
Member Of
GmFunctionTimer object