[][src]Module fm_plugin::plugin

Enums

Registration

Register ScriptSteps and Functions for your plugin.

Traits

FileMakerFunction
Plugin

Implement this trait for your plugin struct. The different functions are used to give FileMaker information about the plugin. You also need to register all your functions/script steps in the trait implementation.

PluginInternal