Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFrameAttribs

Hierarchy

Indexable

[id: string]: any

Index

Properties

about

accesskey

accesskey: StringAttrib

allow

allowfullscreen

allowfullscreen: BooleanAttrib

allowpaymentrequest

allowpaymentrequest: BooleanAttrib

autocapitalize

autocapitalize: AttribVal<"off" | "on" | "sentences" | "words" | "characters">

class

class: AttribVal<string | IObjectOf<BooleanAttrib>>

content

content: StringAttrib

contenteditable

contenteditable: BooleanAttrib

csp

data

data: IObjectOf<AttribVal<string | number | boolean>>

datatype

datatype: StringAttrib

dir

dir: AttribVal<"rtl" | "ltr">

draggable

draggable: BooleanAttrib

height

hidden

href

id

importance

importance: AttribVal<"high" | "low" | "auto">

inlist

is

itemid

itemid: StringAttrib

itemprop

itemprop: StringAttrib

itemref

itemref: StringAttrib

itemscope

itemscope: BooleanAttrib

itemtype

itemtype: StringAttrib

lang

loading

loading: AttribVal<"eager" | "lazy">

name

onresize

onresize: EventAttribVal<UIEvent>

onscroll

onscroll: EventAttribVal<Event>

onsubmit

onsubmit: EventAttribVal<Event>

prefix

property

referrerpolicy

referrerpolicy: AttribVal<ReferrerPolicy>

rel

resource

resource: StringAttrib

rev

sandbox

sandbox: AttribVal<"allow-downloads-without-user-activation" | "allow-forms" | "allow-modals" | "allow-orientation-lock" | "allow-pointer-lock" | "allow-popups" | "allow-popups-to-escape-sandbox" | "allow-presentation" | "allow-same-origin" | "allow-scripts" | "allow-storage-access-by-user-activation" | "allow-top-navigation" | "allow-top-navigation-by-user-activation">

scrollLeft

scrollLeft: NumericAttrib

scrollTop

scrollTop: NumericAttrib

spellcheck

spellcheck: BooleanAttrib

src

srcdoc

srcdoc: StringAttrib

style

style: AttribVal<string | Partial<Record<CSSProperty | CSSSVGProperty, AttribVal<NumOrString | Fn<any, NumOrString>>>>>

tabindex

tabindex: NumericAttrib

title

translate

translate: BooleanAttrib

typeof

vocab

width

Generated using TypeDoc