Viewer - Interaction
    Preparing search index...

    Interface IInteractionTypes

    interface IInteractionTypes {
        drag?: boolean;
        hover?: boolean;
        select?: boolean;
    }
    Index

    Properties

    Properties

    drag?: boolean
    hover?: boolean
    select?: boolean