Package version:

Interface SharingStatus

Sharing status of current gallery.

interface SharingStatus {
    aggregatedState?: string;
    summary?: RegionalSharingStatus[];
}

Properties

aggregatedState?: string

Aggregated sharing state of current gallery. NOTE: This property will not be serialized. It can only be populated by the server.

Summary of all regional sharing status.