Interface SemanticBindingPropsBeta

Type representing the properties for a template binding.

interface SemanticBindingProps {
    concept: string;
    maximized?: boolean;
    priority?: number;
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Other properties

Properties

concept: string

The concept to which the binding applies

maximized?: boolean

Whether the result should be shown in large mode by default

priority?: number

The priority for the template, lower value means higher priority