Script API - v1.26.20.20
    Preparing search index...

    Interface IListViewControlPaneOptions

    interface IListViewControlPaneOptions {
        actions?: ListViewControlAction[];
        onActionClicked?: (id: string) => void;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Default actions

    onActionClicked?: (id: string) => void

    This function will be called whenever user clicks an action

    visible?: boolean

    Initial visibility state. It undefined, it will be false.