File

src/common/store/message-state.ts

Description

Defines the part of the state assigned to the StarkMessagePaneModule

Index

Properties

Properties

messages
messages: StarkMessageCollection
Type : StarkMessageCollection

State corresponding to the StarkMessagePaneModule

import { StarkMessageCollection } from "../message";

/**
 * Defines the part of the state assigned to the {@link StarkMessagePaneModule}
 */
export interface StarkMessageState {
	/**
	 * State corresponding to the {@link StarkMessagePaneModule}
	 */
	messages: StarkMessageCollection;
}

results matching ""

    No results matching ""