Member Junction
    Preparing search index...

    A small info badge displayed on a node

    interface FlowNodeBadge {
        Color?: string;
        Icon?: string;
        Label: string;
        Value: string;
    }
    Index

    Properties

    Properties

    Color?: string
    Icon?: string
    Label: string
    Value: string