interface State {
    parts: core.State[];
    title?: ViewContainerTitleOptions;
}

Properties

Properties

parts: core.State[]