Skip to main content

Type Alias: UnionAST

type UnionAST = object;

Defined in: packages/shared/lib/types.d.ts:548

Document-modelling types, re-exported from @docstack/shared.

These describe the values consumers have to construct themselves — most of all Patch, which StackOptions.patches asks for. @docstack/shared is an internal package, so surfacing them here is the only import path an application has.

Note that Document shadows the DOM's global Document in whichever module imports it; alias it (import type { Document as DocStackDocument }) in code that needs both.

Properties

PropertyTypeDescriptionDefined in
bottomnumberlower SelectAST's indexpackages/shared/lib/types.d.ts:553
distinctboolean-packages/shared/lib/types.d.ts:554
topnumberupper SelectAST's indexpackages/shared/lib/types.d.ts:551
type"union"-packages/shared/lib/types.d.ts:549