UI Component Reference - v2.63.4
    Preparing search index...

    Interface BackendComponentCall

    interface BackendComponentCall {
        functionArguments?: { [key: string]: any };
        functionName: string;
    }
    Index

    Properties

    functionArguments?: { [key: string]: any }

    Arguments you want to pass to the function

    functionName: string

    The name of the function you want to call