Interface ScrollContainerCreationOptions

interface ScrollContainerCreationOptions {
    name: string;
}

Properties

Properties

name: string