@graffiti-garden/wrapper-vue
    Preparing search index...

    Interface GraffitiPluginOptions

    Options for the GraffitiPlugin.

    interface GraffitiPluginOptions {
        graffiti: Graffiti;
    }
    Index

    Properties

    Properties

    graffiti: Graffiti

    An instance of the Graffiti API for the Vue.js plugin to use. This instance, wrapped with GraffitiSynchronize, will be exposed in Vue templates as $graffiti and in setup functions as useGraffiti. You must interact with Graffiti through these wrapped instances to enable reactivity.