eligius
    Preparing search index...

    Variable invokeObjectMethodConst

    invokeObjectMethod: TOperation<
        IInvokeObjectMethodOperationData,
        Omit<IInvokeObjectMethodOperationData, "methodName" | "methodArguments">,
    > = ...

    This operation invokes the specified method on the given object with the given optional arguments and assigns the result to the methodResult operationdata property.