Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "@types/helper/linkInfo.d"

Index

Variables

Const RibbonLink

RibbonLink: (props: ILinkInfo) => PromiseLike<HTMLAnchorElement>

Adds an icon to the ribbon bar on a classic page.

param

The ribbon link information.

Type declaration

    • (props: ILinkInfo): PromiseLike<HTMLAnchorElement>
    • Parameters

      Returns PromiseLike<HTMLAnchorElement>

Const SuiteBarLink

SuiteBarLink: (props: ILinkInfo) => PromiseLike<HTMLAnchorElement>

Adds an icon to the suite bar on a classic page. If SharePoint Online is detected, then the icon will be rendered in the ribbon bar.

Type declaration

    • (props: ILinkInfo): PromiseLike<HTMLAnchorElement>
    • Parameters

      Returns PromiseLike<HTMLAnchorElement>

Generated using TypeDoc