Interface IWltItemWithLinks

wlt interface

interface IWltItemWithLinks {
    links: IExternalItem[];
    matrixItem: IWltMatrixItem;
}

Properties

Properties

links: IExternalItem[]
matrixItem: IWltMatrixItem

Generated using TypeDoc