Sanity Library Reference Docs
    Preparing search index...

    Interface Slug

    A slug object, currently holding a current property

    In the future, this may be extended with a history property

    interface Slug {
        _type: "slug";
        current: string;
    }
    Index

    Properties

    Properties

    _type: "slug"
    current: string