Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Describes a Linked Resource as defined in the Web Publication specification.

    https://www.w3.org/TR/pub-manifest/#LinkedResource

    interface IWpLinkedResourceData {
        alternate?: IWpLinkedResourceData[];
        description?: IWpLocalizableString;
        duration?: string;
        encodingFormat?: string;
        integrity?: string;
        name?: IWpLocalizableString[];
        rel?: string[];
        type?: string[];
        url: string;
    }

    Properties

    alternate?: IWpLinkedResourceData[]

    References to one or more reformulation(s) of the resource in alternative formats.

    description?: IWpLocalizableString

    Description of the resource.

    duration?: string

    The duration of the resource.

    encodingFormat?: string

    Media type of the resource (e.g., text/html).

    integrity?: string

    A cryptographic hashing of the resource that allows its integrity to be verified.

    Name of the resource.

    rel?: string[]

    The relation of the resource to the publication.

    type?: string[]

    The type of resource.

    url: string

    Location of the resource.