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

    Variable GraffitiActorToHandleConst

    GraffitiActorToHandle: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (
            ...args: any[],
        ): CreateComponentPublicInstanceWithMixins<
            Readonly<{ actor: string }> & Readonly<{}>,
            {},
            {},
            {},
            {},
            ComponentOptionsMixin,
            ComponentOptionsMixin,
            {},
            PublicProps,
            {},
            false,
            {},
            {},
            GlobalComponents,
            GlobalDirectives,
            string,
            {},
            any,
            ComponentProvideOptions,
            { B: {}; C: {}; D: {}; Defaults: {}; M: {}; P: {} },
            Readonly<{ actor: string }> & Readonly<{}>,
            {},
            {},
            {},
            {},
            {},
        >;
    } & ComponentOptionsBase & VNodeProps & AllowedComponentProps & ComponentCustomProps & new () => {
        $slots: { default?(_: { handle: string | null | undefined }): any };
    }

    The Graffiti.actorToHandle method as a reactive renderless component for use in Vue templates.

    Its props and slots props are identical to the arguments and return values of the composable useGraffitiActorToHandle. If no template is provided to the default slot, fallback content will display the actor's handle.