ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface KanbanColumnHandleProps

    interface KanbanColumnHandleProps {
        asChild?: boolean;
        className?: string;
        children?: ReactNode;
        cursor?: boolean;
    }
    Index

    Properties

    asChild?: boolean
    className?: string
    children?: ReactNode
    cursor?: boolean