@amirsavand/ngx-common - v5.1.0
    Preparing search index...

    Class Link

    Single link used for UI (can be used via {@see LinkGroup}).

    Index

    Constructors

    Properties

    access?: () => boolean

    Method that its return value sets value of {@see enable}.

    enable: boolean = true

    Is enabled? (Should show this link on UI?).

    info?: string

    UI information of this link.

    label: string

    UI label of this link.

    routerLink: RouterLink

    Router link of this link.

    Methods

    • Set value of {@see enable} using {@see access}.

      Returns void