@samatawy/diagrams
    Preparing search index...

    Interface DiagramHintPoolFilter

    interface DiagramHintPoolFilter {
        category?: DiagramHintPoolCategory;
        tool?: string;
        selection?: INode[];
    }
    Index

    Properties

    tool?: string
    selection?: INode[]