eligius
    Preparing search index...

    Interface IInvokeObjectMethodOperationData

    interface IInvokeObjectMethodOperationData {
        instance: any;
        methodArguments?: unknown[];
        methodName: string;
        methodResult?: unknown;
    }
    Index

    Properties

    instance: any

    The given object instance

    methodArguments?: unknown[]

    Arguments that will be passed to the specified method

    methodName: string

    The method name on the given object that will be invoked

    methodResult?: unknown

    If any, the results of the method invocation are assigned to the property