Interface PartialShape#

interface PartialShape {
    getDimensions(): Dimension[];
    isDynamic(): boolean;
    isStatic(): boolean;
    toString(): string;
}

Methods#

getDimensions

getDimensions(): Dimension

Returns Dimension []

isDynamic

isDynamic(): boolean

Returns boolean

isStatic

isStatic(): boolean

Returns boolean

toString

toString(): string

Returns string