Sanity Library Reference Docs
    Preparing search index...
    interface StudioIntentUrl {
        comment(commentId: string): StudioIntentUrl;
        perspective(perspective: string): StudioIntentUrl;
        task(taskId: string): DashboardUrl;
        toString(): string;
        toURL(options: { origin: string }): URL;
        url(options?: { origin?: string }): string;
    }

    Hierarchy (View Summary)

    Index

    Methods