@salesforce/b2c-tooling-sdk / clients / CipFrame
Interface: CipFrame
Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:106
Decoded CIP frame.
Properties
columns
columns:
CipColumn[]
Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:112
Column metadata for row decoding.
done
done:
boolean
Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:110
Whether this is the terminal frame.
offset
offset:
number
Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:108
Row offset in the full result set.
rows
rows:
Record<string,unknown>[]
Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:114
Decoded row objects.