Sanity Library Reference Docs
    Preparing search index...

    Type Alias ApplicationInterfacePlacementMetadata

    Placement metadata for application and panel interfaces.

    type ApplicationInterfacePlacementMetadata = {
        dock?: { group?: string; order?: number };
    }
    Index

    Properties

    Properties

    dock?: { group?: string; order?: number }