Type Alias CreateRelationsDialogPropsBeta

CreateRelationsDialogProps: {
    createRecord?: boolean;
    defaultTargetConcept?: string;
    os_workspace?: string;
    relationName?: string;
    source?: Entity;
    target?: FocusListItem;
}

Properties for creating relations dialog.

Type declaration

  • Optional BetacreateRecord?: boolean

    Whether to create a new record.

  • Optional BetadefaultTargetConcept?: string

    Default target concept for the relations.

  • Optional Betaos_workspace?: string

    Workspace for the relations.

  • Optional BetarelationName?: string

    Name of the relation.

  • Optional Betasource?: Entity

    Source entity for the relations.

  • Optional Betatarget?: FocusListItem

    Target item for the relations.