Coda by Ian Macalinao
    Preparing search index...

    Type Alias LinkedAppDataInitInfoArgs

    type LinkedAppDataInitInfoArgs = {
        dataAuthority: AuthorityArgs;
        initPluginAuthority: OptionOrNullable<AuthorityArgs>;
        schema: OptionOrNullable<ExternalPluginAdapterSchemaArgs>;
    }
    Index

    Properties

    dataAuthority: AuthorityArgs

    The authority allowed to write this adapter's data.

    initPluginAuthority: OptionOrNullable<AuthorityArgs>

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

    schema: OptionOrNullable<ExternalPluginAdapterSchemaArgs>

    The serialization format to use for this adapter's stored data.