happypdf / ContentStreamOperation
Type Alias: ContentStreamOperation
ts
type ContentStreamOperation = {
args: ContentStreamOperand[];
name: string;
};Defined in: src/api/extraction/types.ts:69
Properties
args
ts
args: ContentStreamOperand[];Defined in: src/api/extraction/types.ts:71
name
ts
name: string;Defined in: src/api/extraction/types.ts:70