Type Alias CreateEntityFormPropsBeta

CreateEntityFormProps: {
    concept?: string;
    entity?: Entity;
    fallback_workspace?: string;
    os_workspace?: string;
}

Properties for creating an entity form.

Type declaration

  • Optional Betaconcept?: string

    Concept related to the form.

  • Optional Betaentity?: Entity

    Entity for the form.

  • Optional Betafallback_workspace?: string

    Fallback Workspace for the form in case there's no activeWorkspace or os_workspace

  • Optional Betaos_workspace?: string

    Workspace for the form. Defaults to activeWorkspace (when set) if no os_workspace is passed