Interface FactSheetFieldAttribute

interface FactSheetFieldAttribute {
    field: string;
    name: string;
    type: "field";
}

Properties

Properties

field: string
name: string
type: "field"

Generated using TypeDoc