-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.webgl shader factory.<internal>.ElementInternals
@ralphschuler/webgl-shader-factory.<internal>.ElementInternals
-
↳
ElementInternals
- ariaAtomic
- ariaAutoComplete
- ariaBusy
- ariaChecked
- ariaColCount
- ariaColIndex
- ariaColSpan
- ariaCurrent
- ariaDisabled
- ariaExpanded
- ariaHasPopup
- ariaHidden
- ariaInvalid
- ariaKeyShortcuts
- ariaLabel
- ariaLevel
- ariaLive
- ariaModal
- ariaMultiLine
- ariaMultiSelectable
- ariaOrientation
- ariaPlaceholder
- ariaPosInSet
- ariaPressed
- ariaReadOnly
- ariaRequired
- ariaRoleDescription
- ariaRowCount
- ariaRowIndex
- ariaRowSpan
- ariaSelected
- ariaSetSize
- ariaSort
- ariaValueMax
- ariaValueMin
- ariaValueNow
- ariaValueText
- form
- labels
- role
- shadowRoot
- validationMessage
- validity
- willValidate
• ariaAtomic: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2209
• ariaAutoComplete: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2211
• ariaBusy: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2213
• ariaChecked: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2215
• ariaColCount: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2217
• ariaColIndex: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2219
• ariaColSpan: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2221
• ariaCurrent: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2223
• ariaDisabled: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2225
• ariaExpanded: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2227
• ariaHasPopup: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2229
• ariaHidden: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2231
• ariaInvalid: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2232
• ariaKeyShortcuts: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2234
• ariaLabel: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2236
• ariaLevel: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2238
• ariaLive: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2240
• ariaModal: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2242
• ariaMultiLine: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2244
• ariaMultiSelectable: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2246
• ariaOrientation: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2248
• ariaPlaceholder: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2250
• ariaPosInSet: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2252
• ariaPressed: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2254
• ariaReadOnly: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2256
• ariaRequired: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2258
• ariaRoleDescription: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2260
• ariaRowCount: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2262
• ariaRowIndex: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2264
• ariaRowSpan: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2266
• ariaSelected: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2268
• ariaSetSize: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2270
• ariaSort: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2272
• ariaValueMax: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2274
• ariaValueMin: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2276
• ariaValueNow: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2278
• ariaValueText: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2280
• Readonly
form: null
| HTMLFormElement
Returns the form owner of internals's target element.
node_modules/typescript/lib/lib.dom.d.ts:7878
• Readonly
labels: NodeList
Returns a NodeList of all the label elements that internals's target element is associated with.
node_modules/typescript/lib/lib.dom.d.ts:7884
• role: null
| string
node_modules/typescript/lib/lib.dom.d.ts:2281
• Readonly
shadowRoot: null
| ShadowRoot
Returns the ShadowRoot for internals's target element, if the target element is a shadow host, or null otherwise.
node_modules/typescript/lib/lib.dom.d.ts:7890
• Readonly
validationMessage: string
Returns the error message that would be shown to the user if internals's target element was to be checked for validity.
node_modules/typescript/lib/lib.dom.d.ts:7896
• Readonly
validity: ValidityState
Returns the ValidityState object for internals's target element.
node_modules/typescript/lib/lib.dom.d.ts:7902
• Readonly
willValidate: boolean
Returns true if internals's target element will be validated when the form is submitted; false otherwise.
node_modules/typescript/lib/lib.dom.d.ts:7908
▸ checkValidity(): boolean
Returns true if internals's target element has no validity problems; false otherwise. Fires an invalid event at the element in the latter case.
boolean
node_modules/typescript/lib/lib.dom.d.ts:7914
▸ reportValidity(): boolean
Returns true if internals's target element has no validity problems; otherwise, returns false, fires an invalid event at the element, and (if the event isn't canceled) reports the problem to the user.
boolean
node_modules/typescript/lib/lib.dom.d.ts:7920
▸ setFormValue(value
, state?
): void
Sets both the state and submission value of internals's target element to value.
If value is null, the element won't participate in form submission.
Name | Type |
---|---|
value |
null | string | FormData | File
|
state? |
null | string | FormData | File
|
void
node_modules/typescript/lib/lib.dom.d.ts:7928
▸ setValidity(flags?
, message?
, anchor?
): void
Marks internals's target element as suffering from the constraints indicated by the flags argument, and sets the element's validation message to message. If anchor is specified, the user agent might use it to indicate problems with the constraints of internals's target element when the form owner is validated interactively or reportValidity() is called.
Name | Type |
---|---|
flags? |
ValidityStateFlags |
message? |
string |
anchor? |
HTMLElement |
void
node_modules/typescript/lib/lib.dom.d.ts:7934
- @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