Documentation - v1.2.0-alpha.10
    Preparing search index...

    Represents a query for an app-based link.

    interface AppBasedLinkQuery {
        state?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    state?: string

    The state associated with the link.

    url?: string

    The URL of the link.