Skip to content

@salesforce/b2c-tooling-sdk / clients / CipFrame

Interface: CipFrame ​

Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:105

Decoded CIP frame.

Properties ​

columns ​

columns: CipColumn[]

Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:111

Column metadata for row decoding.


done ​

done: boolean

Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:109

Whether this is the terminal frame.


offset ​

offset: number

Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:107

Row offset in the full result set.


rows ​

rows: Record<string, unknown>[]

Defined in: packages/b2c-tooling-sdk/src/clients/cip.ts:113

Decoded row objects.

Released under the Apache-2.0 License.