Coda by Ian Macalinao
    Preparing search index...
    type AddPluginV1ArgsArgs = {
        initAuthority: OptionOrNullable<AuthorityArgs>;
        plugin: PluginArgs;
    }
    Index

    Properties

    initAuthority: OptionOrNullable<AuthorityArgs>

    The authority to manage the plugin; defaults to the plugin type's standard authority if omitted.

    plugin: PluginArgs

    The plugin variant and its configuration to add.