PT7010
npm install print-pos-plugin-cjp
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param |
Type |
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
testPluginMethod(options: { msg: string; }) => Promise<{ value: string; }>
Param |
Type |
options |
{ msg: string; } |
Returns: Promise<{ value: string; }>
printText(options: { content: any; }) => Promise<void>
Param |
Type |
options |
{ content: any; } |
buy_in_amount(options: { content: any; }) => Promise<void>
Param |
Type |
options |
{ content: any; } |
cash_out_amount(options: { content: any; }) => Promise<void>
Param |
Type |
options |
{ content: any; } |
main_Screen(options: { content: any; }) => Promise<void>
Param |
Type |
options |
{ content: any; } |
buyIn_success_Screen(...)
buyIn_success_Screen(options: { content: any; }) => Promise<void>
Param |
Type |
options |
{ content: any; } |
buyIn_failed_Screen(options: { content: any; }) => Promise<void>
Param |
Type |
options |
{ content: any; } |
cashOut_success_Screen(...)
cashOut_success_Screen(options: { content: any; }) => Promise<void>
Param |
Type |
options |
{ content: any; } |
cashOut_failed_Screen(...)
cashOut_failed_Screen(options: { content: any; }) => Promise<void>
Param |
Type |
options |
{ content: any; } |
player_join(options: { content: any; }) => Promise<void>
Param |
Type |
options |
{ content: any; } |