Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for HiddenProperty plugin

Hierarchy

  • HiddenPropertyOptions

Index

Properties

Optional undeletableLinkChecker

undeletableLinkChecker: (link: HTMLAnchorElement) => boolean

Type declaration

    • (link: HTMLAnchorElement): boolean
    • A helper function to check if a link should be undeletable or not.

      Parameters

      • link: HTMLAnchorElement

        The link to check

      Returns boolean

      True if the link should be undeletable, false otherwise

Generated using TypeDoc