@samatawy/diagrams
    Preparing search index...

    Interface DiagramHintChange

    interface DiagramHintChange {
        source: DiagramHintSource;
        hint?: string;
        active?: boolean;
    }
    Index

    Properties

    Properties

    hint?: string
    active?: boolean