Interface BuildingBlockCreationOptions

Options for creating a building block.

interface BuildingBlockCreationOptions {
    name: string;
}

Properties

Properties

name: string

The name of the building block.