Interface PlaceModuleFunction

interface PlaceModuleFunction {
    arity: number;
    order: string[];
    params: HashMap<[string, any] | [string]>;
}

Properties

Properties

arity: number

Arity of the function. See https://apidock.com/ruby/Method/arity

order: string[]

Order of the parameters to pass to the server

params: HashMap<[string, any] | [string]>

Map of available paramters for the function