Type Alias DerivedFieldsInTableData

type DerivedFieldsInTableData = {
    qActive?: boolean;
    qDefinitionName?: string;
    qTags?: string[];
}
Index

Properties

qActive?: boolean

Is set to true is the derived field is in use.

qDefinitionName?: string

Name of the derived definition.

qTags?: string[]

List of tags.