@marcelkloubert/appwrite-sdk
    Preparing search index...

    Interface InitAppwriteProjectOptions

    Options for AppwriteProject.init() method.

    interface InitAppwriteProjectOptions {
        withDatabase?: null | boolean;
    }
    Index

    Properties

    Properties

    withDatabase?: null | boolean

    true if database should also be initialized.