Static
properties
properties: {
active: {
reflect: boolean;
type: BooleanConstructor;
};
asSwitch: {
attribute: string;
reflect: boolean;
type: BooleanConstructor;
};
disabled: {
reflect: boolean;
type: BooleanConstructor;
};
fullWidth: {
attribute: string;
reflect: boolean;
type: StringConstructor;
};
label: {
reflect: boolean;
type: StringConstructor;
};
size: {
reflect: boolean;
type: StringConstructor;
};
title: {
reflect: boolean;
type: StringConstructor;
};
toggled: {
state: boolean;
type: BooleanConstructor;
};
type: {
reflect: boolean;
type: StringConstructor;
};
} = ...
Type declaration
-
active: {
reflect: boolean;
type: BooleanConstructor;
}
-
reflect: boolean
-
type: BooleanConstructor
-
asSwitch: {
attribute: string;
reflect: boolean;
type: BooleanConstructor;
}
-
attribute: string
-
reflect: boolean
-
type: BooleanConstructor
-
disabled: {
reflect: boolean;
type: BooleanConstructor;
}
-
reflect: boolean
-
type: BooleanConstructor
-
fullWidth: {
attribute: string;
reflect: boolean;
type: StringConstructor;
}
-
attribute: string
-
reflect: boolean
-
type: StringConstructor
-
label: {
reflect: boolean;
type: StringConstructor;
}
-
reflect: boolean
-
type: StringConstructor
-
size: {
reflect: boolean;
type: StringConstructor;
}
-
reflect: boolean
-
type: StringConstructor
-
title: {
reflect: boolean;
type: StringConstructor;
}
-
reflect: boolean
-
type: StringConstructor
-
toggled: {
state: boolean;
type: BooleanConstructor;
}
-
state: boolean
-
type: BooleanConstructor
-
type: {
reflect: boolean;
type: StringConstructor;
}
-
reflect: boolean
-
type: StringConstructor