botbuilder-dialogs-declarative package

Classes

DefaultLoader

A default loader for deserializing configuration objects.

PathUtil

An utility class for file path operations.

FileResource

Class which represents a file as a resource.

FolderResourceProvider

Class which gives resource explorer access to resources which are stored in file system.

Resource

Abstract class for access the content of a resource.

ResourceExplorer

Class which gives standard access to content resources.

ResourceProvider

Abstract class for looking up a resource by id.

Interfaces

ComponentDeclarativeTypes

Interface for registering declarative types.

CustomDeserializer

Defines the contract for a deserializer from a configuration object to a typed object.

DeclarativeType

DeclarativeType interface maps $kind to type.

ResourceExplorerOptions

Configuration options for ResourceExplorer.

Enums

ResourceChangeEvent

Resource change event types. added - a new resource has been added. changed - an existing resource has been changed. removed - an existing resource has been removed.

Functions

isComponentDeclarativeTypes(unknown)

Check if a ComponentRegistration is ComponentDeclarativeTypes or not.

Function Details

isComponentDeclarativeTypes(unknown)

Check if a ComponentRegistration is ComponentDeclarativeTypes or not.

function isComponentDeclarativeTypes(component: unknown): boolean

Parameters

component

unknown

The component registration.

Returns

boolean

Type check result.