Interface TemplateOptionsRelation

interface TemplateOptionsRelation {
    layout?: Layout<ViewModelFieldType>;
    relationName: string;
    tagFilter?: string[];
}

Hierarchy

Properties

relationName: string
tagFilter?: string[]

Optional list of tags for filtering which new & existing Fact Sheets are permitted for this relation. For now only implemented on front-end for Survey.

Generated using TypeDoc