Interface ILinksList

interface ILinksList {
    links: ILink[];
    dispose?(): void;
}

Properties§

§links: ILink[]

Methods§

§

dispose?(): void