Hiyve Components - v1.0.0
    Preparing search index...

    Interface CreateWhiteboardFileOptions

    Options for creating a new whiteboard file

    interface CreateWhiteboardFileOptions {
        backgroundColor?: string;
        height?: number;
        initialColor?: string;
        location?: string;
        name: string;
        ownerId: string;
        width?: number;
    }
    Index

    Properties

    backgroundColor?: string

    Initial background color (default: 'white')

    height?: number

    Canvas height (default: 1000)

    initialColor?: string

    Initial drawing color (default: '#2196F3')

    location?: string

    File location/path (default: '/Whiteboards')

    name: string

    Name for the whiteboard

    ownerId: string

    Owner user ID

    width?: number

    Canvas width (default: 2000)