Props: {
    allowTabFocus?: boolean;
    container?: TJSScrollContainerData;
    keyPropagate?: boolean;
    onContextMenu?: (data: { event: KeyboardEvent | PointerEvent }) => void;
    scrollLeft?: MinimalWritable<number>;
    scrollTop?: MinimalWritable<number>;
    styles?: { [key: string]: string };
}

Props type alias for associated component.

Type declaration