Map/Image Service open result: the resolved, authenticated service handle.

interface PortalServiceOpenResult {
    baseUrl: string;
    client: HonuaClient;
    item: PortalItem;
    serviceId: string;
    type: "map-service" | "image-service";
}

Hierarchy

  • PortalOpenResultBase
    • PortalServiceOpenResult

Properties

baseUrl: string

Service base (.../rest/services-prefixed origin/prefix) without the service segment.

client: HonuaClient

Authenticated client bound to baseUrl, carrying the portal credential.

Resolved portal item.

serviceId: string

Service (folder/name) id parsed from the item URL.

type: "map-service" | "image-service"