i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > VisualQueryPaletteItemTypes

    spi.VisualQueryPaletteItemTypes type

    The specification of which item types appear in the Visual Query palette.

    Signature:

    export type VisualQueryPaletteItemTypes = {
        mode: 'ALLOW' | 'DENY';
        itemTypeIds: Array<string>;
      };
    
    In this article
    Back to top © N. Harris Computer Corporation