Interface AsukaParametricMutationOptions

interface AsukaParametricMutationOptions {
    commitHistory?: boolean;
    emitChange?: boolean;
    source?: string;
    validate?: boolean;
}

Properties

commitHistory?: boolean
emitChange?: boolean
source?: string
validate?: boolean