Home Reference Source

src/impl/linkTypes.js

export const LinkType = {
  SELF: 'self',
  APPLICATION: 'application',
  BLANK: 'newWindow',
};