Interface

NM-1.0NMSettingBondConstructorProps

interface ConstructorProps {
    name: string;
    options: { [key: string]: string };
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

options: { [key: string]: string }

Properties - Inherited from NM.Setting.ConstructorProps

name: string