Sanity Library Reference Docs
    Preparing search index...
    interface MediaLibraryUrl {
        asset(assetId: string): DashboardUrl;
        collection(collectionId: string): DashboardUrl;
        toString(): string;
        toURL(options: { origin: string }): URL;
        url(options?: { origin?: string }): string;
    }

    Hierarchy (View Summary)

    Index

    Methods