coco-react-native-sdk
    Preparing search index...

    Interface PageIdentifier

    Contains information about a page’s type and its unique path.

    interface PageIdentifier {
        pageType: PageType;
        path: string;
    }
    Index

    Properties

    Properties

    pageType: PageType

    The PageType of the current page.

    path: string

    The unique path for the page.