Interface AsukaPrintAreaConstraintOptions

interface AsukaPrintAreaConstraintOptions {
    commit?: boolean;
    printAreaId?: null | string;
    source?: string;
    targetPrintAreaId?: null | string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

commit?: boolean
printAreaId?: null | string
source?: string
targetPrintAreaId?: null | string