aimpress-chatbot/node_modules/botframework-schema/lib/sharepoint/propertyPaneCheckboxProperties.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

19 lines
No EOL
572 B
TypeScript

import { PropertyPaneFieldProperties } from './propertyPaneFieldProperties';
/**
* SharePoint property pane checkbox field properties.
*/
export interface PropertyPaneCheckboxProperties extends PropertyPaneFieldProperties {
/**
* The label text to display next to the checkbox.
*/
text?: string;
/**
* Indicates whether the checkbox is disabled or not.
*/
disabled?: boolean;
/**
* Indicates whether the checkbox is checked or not.
*/
checked?: boolean;
}
//# sourceMappingURL=propertyPaneCheckboxProperties.d.ts.map