Interface ApplicationLinkButton

Hierarchy

  • BlockBase
    • ApplicationLinkButton

Properties

Properties

id: string
target: "_blank" | "_self"
title?: string
to: string | {
    hash: string;
    pathname: string;
    search: string;
    state: unknown;
}

Type declaration

  • hash: string
  • pathname: string
  • search: string
  • state: unknown
type: "app"

Generated using TypeDoc