windease API reference - v0.6.0
    Preparing search index...

    Interface CreateZoneInput

    interface CreateZoneInput {
        allowsDragOut?: boolean;
        allowsDrop?: boolean;
        allowsPinning?: boolean;
        config: unknown;
        hints?: NodeHints;
        id: NodeId;
        meta?: Record<string, unknown>;
        order?: number;
        strategyId: string;
    }
    Index

    Properties

    allowsDragOut?: boolean
    allowsDrop?: boolean
    allowsPinning?: boolean
    config: unknown
    hints?: NodeHints
    id: NodeId
    meta?: Record<string, unknown>
    order?: number

    See Node.order.

    strategyId: string