Interface AsukaObjectMutationOptions

interface AsukaObjectMutationOptions {
    commitHistory?: boolean;
    select?: boolean;
    source?: string;
    [key: string]: unknown;
}

Hierarchy (view full)

Indexable

  • [key: string]: unknown

Properties

commitHistory?: boolean
select?: boolean
source?: string