Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface DividerItemProps

    Properties of a divider displayed by the toolbar.

    interface DividerItemProps {
        color?: string;
        margin?: number;
        orientation?: "horizontal" | "vertical";
    }
    Index

    Properties

    color?: string

    Optional divider color.

    margin?: number

    Optional margin around divider in px.

    orientation?: "horizontal" | "vertical"

    Divider orientation. Defaults to vertical in toolbar and horizontal in overflow.