Axinom Mosaic Libraries
    Preparing search index...

    Interface LinkAction

    Properties to generate a link

    interface LinkAction {
        openInNewTab?: boolean;
        path: LocationDescriptor<unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    openInNewTab?: boolean

    If set to true, the link will open in a new tab.

    path: LocationDescriptor<unknown>

    Where to navigate to when the action is clicked.