clik-engine API
    Preparing search index...

    Interface DepthLike

    Anything with depth (for z-ordering)

    interface DepthLike {
        depth: number;
    }
    Index

    Properties

    Properties

    depth: number