-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.webgl shader factory.<internal>.Range
@ralphschuler/webgl-shader-factory.<internal>.Range
A fragment of a document that can contain nodes and parts of text nodes.
-
↳
Range
- END_TO_END
- END_TO_START
- START_TO_END
- START_TO_START
- collapsed
- commonAncestorContainer
- endContainer
- endOffset
- startContainer
- startOffset
- cloneContents
- cloneRange
- collapse
- compareBoundaryPoints
- comparePoint
- createContextualFragment
- deleteContents
- detach
- extractContents
- getBoundingClientRect
- getClientRects
- insertNode
- intersectsNode
- isPointInRange
- selectNode
- selectNodeContents
- setEnd
- setEndAfter
- setEndBefore
- setStart
- setStartAfter
- setStartBefore
- surroundContents
- toString
• Readonly
END_TO_END: 2
node_modules/typescript/lib/lib.dom.d.ts:18452
• Readonly
END_TO_START: 3
node_modules/typescript/lib/lib.dom.d.ts:18453
• Readonly
START_TO_END: 1
node_modules/typescript/lib/lib.dom.d.ts:18451
• Readonly
START_TO_START: 0
node_modules/typescript/lib/lib.dom.d.ts:18450
• Readonly
collapsed: boolean
Returns true if range is collapsed, and false otherwise.
AbstractRange.collapsed
node_modules/typescript/lib/lib.dom.d.ts:2353
• Readonly
commonAncestorContainer: Node
Returns the node, furthest away from the document, that is an ancestor of both range's start node and end node.
node_modules/typescript/lib/lib.dom.d.ts:18394
• Readonly
endContainer: Node
Returns range's end node.
AbstractRange.endContainer
node_modules/typescript/lib/lib.dom.d.ts:2359
• Readonly
endOffset: number
Returns range's end offset.
AbstractRange.endOffset
node_modules/typescript/lib/lib.dom.d.ts:2365
• Readonly
startContainer: Node
Returns range's start node.
AbstractRange.startContainer
node_modules/typescript/lib/lib.dom.d.ts:2371
• Readonly
startOffset: number
Returns range's start offset.
AbstractRange.startOffset
node_modules/typescript/lib/lib.dom.d.ts:2377
▸ cloneContents(): DocumentFragment
node_modules/typescript/lib/lib.dom.d.ts:18396
▸ cloneRange(): Range
node_modules/typescript/lib/lib.dom.d.ts:18398
▸ collapse(toStart?
): void
Name | Type |
---|---|
toStart? |
boolean |
void
node_modules/typescript/lib/lib.dom.d.ts:18400
▸ compareBoundaryPoints(how
, sourceRange
): number
Name | Type |
---|---|
how |
number |
sourceRange |
Range |
number
node_modules/typescript/lib/lib.dom.d.ts:18402
▸ comparePoint(node
, offset
): number
Returns −1 if the point is before the range, 0 if the point is in the range, and 1 if the point is after the range.
Name | Type |
---|---|
node |
Node |
offset |
number |
number
node_modules/typescript/lib/lib.dom.d.ts:18408
▸ createContextualFragment(fragment
): DocumentFragment
Name | Type |
---|---|
fragment |
string |
node_modules/typescript/lib/lib.dom.d.ts:18410
▸ deleteContents(): void
void
node_modules/typescript/lib/lib.dom.d.ts:18412
▸ detach(): void
void
node_modules/typescript/lib/lib.dom.d.ts:18414
▸ extractContents(): DocumentFragment
node_modules/typescript/lib/lib.dom.d.ts:18416
▸ getBoundingClientRect(): DOMRect
node_modules/typescript/lib/lib.dom.d.ts:18418
▸ getClientRects(): DOMRectList
node_modules/typescript/lib/lib.dom.d.ts:18420
▸ insertNode(node
): void
Name | Type |
---|---|
node |
Node |
void
node_modules/typescript/lib/lib.dom.d.ts:18422
▸ intersectsNode(node
): boolean
Returns whether range intersects node.
Name | Type |
---|---|
node |
Node |
boolean
node_modules/typescript/lib/lib.dom.d.ts:18428
▸ isPointInRange(node
, offset
): boolean
Name | Type |
---|---|
node |
Node |
offset |
number |
boolean
node_modules/typescript/lib/lib.dom.d.ts:18430
▸ selectNode(node
): void
Name | Type |
---|---|
node |
Node |
void
node_modules/typescript/lib/lib.dom.d.ts:18432
▸ selectNodeContents(node
): void
Name | Type |
---|---|
node |
Node |
void
node_modules/typescript/lib/lib.dom.d.ts:18434
▸ setEnd(node
, offset
): void
Name | Type |
---|---|
node |
Node |
offset |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:18436
▸ setEndAfter(node
): void
Name | Type |
---|---|
node |
Node |
void
node_modules/typescript/lib/lib.dom.d.ts:18438
▸ setEndBefore(node
): void
Name | Type |
---|---|
node |
Node |
void
node_modules/typescript/lib/lib.dom.d.ts:18440
▸ setStart(node
, offset
): void
Name | Type |
---|---|
node |
Node |
offset |
number |
void
node_modules/typescript/lib/lib.dom.d.ts:18442
▸ setStartAfter(node
): void
Name | Type |
---|---|
node |
Node |
void
node_modules/typescript/lib/lib.dom.d.ts:18444
▸ setStartBefore(node
): void
Name | Type |
---|---|
node |
Node |
void
node_modules/typescript/lib/lib.dom.d.ts:18446
▸ surroundContents(newParent
): void
Name | Type |
---|---|
newParent |
Node |
void
node_modules/typescript/lib/lib.dom.d.ts:18448
▸ toString(): string
string
node_modules/typescript/lib/lib.dom.d.ts:18449
- @ralphschuler/ai-function-caller
- index
- types/AIFunction
- types/Message
- @ralphschuler/assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- error
- index
- util
- @ralphschuler/better-map
- @ralphschuler/better-set
- @ralphschuler/binary-serializer
- @ralphschuler/bit-mask
- @ralphschuler/complex-compare
- @ralphschuler/i811n
- @ralphschuler/logger
- Color
- ColorMap
- Logger
- animations/BallonAnimation
- animations/BaseAnimation
- animations/BombAnimation
- animations/BouncingBallAnimation
- animations/ClockAnimation
- animations/DotsAnimation
- animations/HorizontalBarAnimation
- animations/PongAnimation
- animations/ProgressAnimation
- animations/ProgressBarAnimation
- animations/SpinnerAnimation
- animations/VerticalBarAnimation
- enums/LogLevel
- index
- interfaces/IColor
- interfaces/IMessage
- types/ColorName
- types/Colors
- @ralphschuler/lsystem
- @ralphschuler/mixin-class-factory
- @ralphschuler/neuronal-network
- @ralphschuler/parser-combinator
- index
- inputTypes
- parser
- unicode
- @ralphschuler/prom-metrics-decorator
- @ralphschuler/prom-metrics-parser
- @ralphschuler/random
- PseudoRandomItemSelector
- PseudoRandomNumberGenerator
- Seed
- index
- strategies
- strategy
- strategy
- strategy
- strategy
- strategy
- strategy
- types
- type
- type
- type
- @ralphschuler/safe-array
- @ralphschuler/slot-mashine
- @ralphschuler/state-store
- StateStore
- index
- type
- type
- type
- type
- type
- type
- type
- type
- util
- @ralphschuler/stats-tracker
- @ralphschuler/ts-error
- error
- index
- type
- util
- util
- util
- util
- @ralphschuler/webgl-sand-engine
- index
- pixel-renderer
- @ralphschuler/webgl-shader-factory
- "node:stream/consumers"
- "node:stream/promises"
- ChatCompletionSnapshot
- Choice
- Message
- ToolCall
- EventEmitter
- FormData
- OpenAI
- OpenAI
- Audio
- Speech
- Transcriptions
- Translations
- Beta
- Assistants
- Assistant
- AssistantCreateParams
- AssistantUpdateParams
- Files
- Chat
- Threads
- Messages
- Files
- MessageContentImageFile
- MessageContentText
- Text
- FileCitation
- FilePath
- Runs
- RequiredActionFunctionToolCall
- Run
- RequiredAction
- RunCreateParams
- RunSubmitToolOutputsParams
- Steps
- CodeToolCall
- CodeInterpreter
- Image
- FunctionToolCall
- MessageCreationStepDetails
- RunStep
- ThreadCreateAndRunParams
- Thread
- ThreadCreateParams
- Chat
- Completions
- ChatCompletion
- ChatCompletionAssistantMessageParam
- ChatCompletionChunk
- Choice
- Delta
- ToolCall
- ChatCompletionContentPartImage
- ChatCompletionCreateParams
- ChatCompletionMessage
- ChatCompletionMessageToolCall
- ChatCompletionNamedToolChoice
- Completions
- CompletionChoice
- CompletionCreateParams
- Edits
- Edit
- Embeddings
- CreateEmbeddingResponse
- Files
- FineTunes
- FineTune
- FineTuneCreateParams
- FineTuneListEventsParams
- FineTuning
- Jobs
- FineTuningJob
- JobCreateParams
- Images
- Models
- Moderations
- Moderation
- internal
- finished
- pipeline
- "node:stream/consumers"
- "node:stream/promises"
- EventEmitter
- internal
- finished
- pipeline
- Counter
- Gauge
- Histogram
- Summary