Type Alias PasteContextOptionsBeta

PasteContextOptions: {
    limit1?: number;
    limit2?: number;
    preferSavedSet?: boolean;
    query?: ConceptFilter;
    record?: Entity;
    records?: Entity[];
}

Options for pasting context.

Type declaration

  • Optional Betalimit1?: number

    First limit for the context.

  • Optional Betalimit2?: number

    Second limit for the context.

  • Optional BetapreferSavedSet?: boolean

    Whether to return a SavedSet entity when a folder is dropped.

  • Optional Betaquery?: ConceptFilter

    Query for the context.

  • Optional Betarecord?: Entity

    Record for the context.

  • Optional Betarecords?: Entity[]

    Records for the context.