Line drawing of a small moon orbiting around a planet with the words FAST next to it
Docs
2.x
  • 2.x
  • 1.x
Home Community GitHub
  • Introduction
  • Getting Started
    • CSS Templates
    • FASTElement
    • HTML Directives
    • HTML Templates
    • Quick Start
  • Advanced Concepts
    • Dependency Injection
    • Working with Custom Elements
    • Working without Decorators
  • API Reference
    • @microsoft/fast-element
    • @microsoft/fast-element/context.js
    • @microsoft/fast-element/di.js
  • Community Contribution
    • Issue Management
    • Joining the community
    • Release Planning
    • Writing documentation
  • Integrations
  • Migration Guide
  • Resources
    • Browser Support
    • FAQ
    • Glossary
    • Why Web Components?

@microsoft/fast-element > DOMAspect

DOMAspect variable

The type of HTML aspect to target.

Signature:

DOMAspect: Readonly<{
    readonly none: 0;
    readonly attribute: 1;
    readonly booleanAttribute: 2;
    readonly property: 3;
    readonly content: 4;
    readonly tokenList: 5;
    readonly event: 6;
}>
Docs
  • FAST Element
Community
  • Discord
Social
  • Blog
  • GitHub
  • Twitter
Legal
  • License
  • Privacy & cookies
  • Terms of use
  • Trademarks
© Microsoft 2025