LWT JavaScript API
    Preparing search index...

    Response for getting print items.

    interface PrintItemsResponse {
        config: PrintConfig;
        items: PrintItem[];
    }
    Index

    Properties

    Properties

    config: PrintConfig
    items: PrintItem[]