mimiq
    Preparing search index...

    Interface NavigateAction

    interface NavigateAction {
        kind: "navigate";
        targetId?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    kind: "navigate"
    targetId?: string
    url?: string