Type Alias StateFieldValues

type StateFieldValues = {
    qFieldValues?: FieldValue[];
    qStateName?: string;
}
Index

Properties

qFieldValues?: FieldValue[]

The field values associated with the state.

qStateName?: string

Name of the state.