Coda by Ian Macalinao
    Preparing search index...

    Type Alias PluginAuthorityPairArgs

    type PluginAuthorityPairArgs = {
        authority: OptionOrNullable<AuthorityArgs>;
        plugin: PluginArgs;
    }
    Index

    Properties

    Properties

    authority: 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.