Member Junction
    Preparing search index...

    Represents a single field value displayed in the ISA related card.

    interface IsaCardFieldDisplay {
        IsBooleanFalse?: boolean;
        IsBooleanTrue?: boolean;
        Label: string;
        Value: string;
    }
    Index

    Properties

    IsBooleanFalse?: boolean
    IsBooleanTrue?: boolean
    Label: string
    Value: string